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

Support for python 3.4 #57

Open
abadger1406 opened this issue May 15, 2015 · 1 comment
Open

Support for python 3.4 #57

abadger1406 opened this issue May 15, 2015 · 1 comment

Comments

@abadger1406
Copy link

import urlparse
ImportError: No module named 'urlparse'

Think this has changed name in python 3.4

'%s"\nInitial error: %s' % (reqs, str(e)))
ImportError: You need to install dependencies to run the webui. You can do so by using "pip install -r /home/dave/ap/lib/python3.4/site-packages/circusweb/web-requirements.txt"
Initial error: No module named 'urlparse'

But the file /home/dave/ap/lib/python3.4/site-packages/circusweb/web-requirements.txt does not exist, and I cannot find it in my git clone....

must be doing something wrong in trying to get this running with python 3.4 ...

@riklaunim
Copy link
Contributor

That also have been corrected in #60

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

2 participants