5 ms·
A few questions, does this work with Python 3.3? Also, how is it better than Tornado web sockets?
by sshThis 13y ago
A few questions, does this work with Python 3.3?
Also, how is it better than Tornado web sockets?
- wbond 13y agoPython 3 compatibility was my first question also. Unfortunately this relies on gevent and gevent does not work on py3.
- huxley 13y agoUnfortunately it looks like Gevent still has issues with Python 3: https://github.com/surfly/gevent/issues/38 https://github.com/surfly/gevent/issues/38 You can check Python 3 support for major packages at: https://python3wos.appspot.com https://python3wos.appspot.com
- kenneth_reitz 13y agoWhy does something have to be better to be useful?