-
Notifications
You must be signed in to change notification settings - Fork 41
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
Python 3.4 syntax errors: except ImportError, e: #58
Comments
We haven't port circus-web to Python 3.4 yet but if you'd like to have a look at it you are welcome :) |
Or to be more precise, we haven't ported to 3.anything yet. If you want to work on porting it, you can leverage the 3.x shim from circus. |
Thanks for this, I don't feel qualified to do this, but am happy to help file bug reports etc. |
You can check this: #60 |
Has this project been abandoned? It hasn't been touched in six months and there are open pull requests from 2014 about Python 3 compatibility. |
It wasn't abandoned but I didn't had a chance to work on it. |
Hey @Natim , if you can give me permissons to review and merge, i want to work on Python 3 support and other pull requests. |
I just realized I am not admin of this org :) |
Bump :) |
pull request are welcome, ping me with it and I will merge it |
#60 has merged. Doesn't it solve this issue? @yohanboniface |
2015-05-13 19:25:53 circus[2614] [INFO] Starting master on pid 2614
2015-05-13 19:25:53 circus[2614] [INFO] sockets started
2015-05-13 19:25:53 circus[2614] [INFO] Arbiter now waiting for commands
2015-05-13 19:25:53 circus[2614] [INFO] web started
2015-05-13 19:25:53 circus[2614] [INFO] circusd-stats started
2015-05-13 19:25:53 circus[2614] [INFO] circushttpd started
Traceback (most recent call last):
File "", line 1, in
File "/home/dave/ap/lib/python3.4/site-packages/circusweb/circushttpd.py", line 27
except ImportError, e:
Think the syntax should be like:-
http://stackoverflow.com/questions/19142231/cassandra-file-cqlsh-line-95-except-importerror-e
The text was updated successfully, but these errors were encountered: