On Wed, 27 Jun 2012 07:39:42 +1000, Chris Angelico wrote: > On Wed, Jun 27, 2012 at 7:08 AM, John Nagle <na...@animats.com> wrote: >> The Python 3 to MySQL connection is still a mess. >> The original developer of MySQLdb doesn't want to support Python 3. > > This is where I would start asking: How hard is it to migrate to another > SQL database (eg Postgres)? That is, assuming that there's one with > proper Py3 support. But I would find it hard to believe that there's > _no_ good database with a Python 3 access module.
psycopg2 (Python interface to PostgreSQL) supports Python 3.1 and 3.2 as well as Python 2. It works superbly. PostgreSQL is a far better database then MySQL anyway. -- http://mail.python.org/mailman/listinfo/python-list