Hacker News new | ask | show | jobs
by sshThis 4640 days ago
A few questions, does this work with Python 3.3?

Also, how is it better than Tornado web sockets?

3 comments

Unfortunately it looks like Gevent still has issues with Python 3:

https://github.com/surfly/gevent/issues/38

You can check Python 3 support for major packages at: https://python3wos.appspot.com

Why does something have to be better to be useful?
Python 3 compatibility was my first question also.

Unfortunately this relies on gevent and gevent does not work on py3.