Will MySQL ever be supported for Python 3.x?
John Nagle
nagle at animats.com
Fri Mar 30 17:46:55 EDT 2012
More information about the Python-list mailing list
Fri Mar 30 17:46:55 EDT 2012
- Previous message (by thread): Will MySQL ever be supported for Python 3.x?
- Next message (by thread): Will MySQL ever be supported for Python 3.x?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 3/30/2012 2:32 PM, Irmen de Jong wrote: > Try Oursql instead http://packages.python.org/oursql/ > "oursql is a new set of MySQL bindings for python 2.4+, including python 3.x" Not even close to being compatible with existing code. Every SQL statement has to be rewritten, with the parameters expressed differently. It's a good approach, but very incompatible. John Nagle
- Previous message (by thread): Will MySQL ever be supported for Python 3.x?
- Next message (by thread): Will MySQL ever be supported for Python 3.x?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list