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

Python3 #48

Open
xyproto opened this issue Jun 11, 2012 · 11 comments
Open

Python3 #48

xyproto opened this issue Jun 11, 2012 · 11 comments

Comments

@xyproto
Copy link

xyproto commented Jun 11, 2012

Hi,

Please add support for Python3.

I tried packaging tornadio2 for Python 3, for Arch Linux, by using 2to3. This resolved several issues, but there are a few minor issues left.

Thanks.

@n1k0
Copy link

n1k0 commented Nov 26, 2012

+1

4 similar comments
@chirimoya
Copy link

+1

@755
Copy link

755 commented Apr 8, 2013

+1

@FZambia
Copy link

FZambia commented May 5, 2013

+1

@ghost
Copy link

ghost commented May 7, 2013

+1

@palmkevin
Copy link

+1

@sivabudh
Copy link

I'm running into the same issue.

2016-03-20 14:37:38 [54511] [INFO] Using <class 'chaussette.backend._wsgiref.ChaussetteServer'> as a backend
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/root/.pyenv/versions/3.5.1/envs/uihdb/lib/python3.5/site-packages/circusweb/circushttpd.py", line 25, in <module>
    import tornadio2
  File "/root/.pyenv/versions/3.5.1/envs/uihdb/lib/python3.5/site-packages/tornadio2/__init__.py", line 25, in <module>
    from tornadio2.router import TornadioRouter
  File "/root/.pyenv/versions/3.5.1/envs/uihdb/lib/python3.5/site-packages/tornadio2/router.py", line 27, in <module>
    from tornadio2 import persistent, polling, sessioncontainer, session, proto, preflight, stats
  File "/root/.pyenv/versions/3.5.1/envs/uihdb/lib/python3.5/site-packages/tornadio2/persistent.py", line 143
    except Exception, ex:
                    ^
SyntaxError: invalid syntax

@esxquillon
Copy link

+1

@yagggi
Copy link

yagggi commented Feb 7, 2017

same syntax error

@renweibo
Copy link

+1

@justquick
Copy link

This is going to have to happen by next month as Py2 support is going bye bye

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