circus-tent/circus-web

Python 3.4 syntax errors: except ImportError, e:

Opened this issue · 11 comments

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

Natim commented

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.

Natim commented

It wasn't abandoned but I didn't had a chance to work on it.
I can give you some collab permission if you want to review and merge pull-request and release a new version with Python 3 support.

Hey @Natim , if you can give me permissons to review and merge, i want to work on Python 3 support and other pull requests.

Natim commented

I just realized I am not admin of this org :)
@tarekziade could you see to put @ulgens contributors of the circus-web project so that he can continue to improve it? Thanks in advance.

Bump :)

pull request are welcome, ping me with it and I will merge it

#60 has merged. Doesn't it solve this issue? @yohanboniface