Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does this work? #7

Open
jantman opened this issue Jun 17, 2015 · 3 comments
Open

Does this work? #7

jantman opened this issue Jun 17, 2015 · 3 comments

Comments

@jantman
Copy link

jantman commented Jun 17, 2015

I'm having some serious trouble getting this working. I've discovered that it has no unit tests, and where the docs say "Make cloudviz.py web-accessible using your favorite HTTP server" it apparently means using CGI, not WSGI as I'd assumed.

Am I correct that this requires python 2.6??

@jantman
Copy link
Author

jantman commented Jun 17, 2015

This also appears to require Django, though the docs don't say so, for from django.utils import simplejson. Perhaps making this an actual Python package would help?

@mbabineau
Copy link
Owner

I'm not actively developing cloudviz, but I'll gladly review PRs to remove some of the jankiness. About a year ago I took a pass at a more generalized framework, babelchart. Maybe give that a try?

@thatarchguy
Copy link

@jantman you should checkout this guide

Cloudviz is written to use the simplejson functionality of Django. However you can avoid the overhead of installing Django by altering two lines in cloudviz.py:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants