You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for python > 3.3
No support for both python 2.* and python 3.*
Libraries are critical;
- django: supports python 3 (since version 1.6)
- cherrypy: supports python 3
- genshi: supports python 3
- paramiko 20130909: no
- python MySQL-db: 20130909: no
- psycopg2 (for postgreSQL): supports python 3
Original issue reported on code.google.com by [email protected] on 9 Sep 2013 at 4:10
The text was updated successfully, but these errors were encountered:
Another option is to make a version with support for python 2.6 and 2.7
A lot of worrk for python3 can be done than.
Than check how much work still has to be doen for python3.
If not to much, make one version (supporting both python 2 and 3)
20150325:
status of libraries:
- OK: django, cherrypy, paramiko, genshi
- NOK: mysqlbd; trying forrk 'mysqlclient-python '
Issues:
- Reading of excel does not work
Original issue reported on code.google.com by
[email protected]
on 9 Sep 2013 at 4:10The text was updated successfully, but these errors were encountered: