circus-tent / circus-web

Circus Web Dashboard
64 stars 41 forks source link

Support for python 3.4 #57

Open abadger1406 opened 9 years ago

abadger1406 commented 9 years ago

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 commented 9 years ago

That also have been corrected in https://github.com/circus-tent/circus-web/pull/60