On 5 May 2013 19:17, Aymeric Augustin <[email protected]> wrote: > > To claim first-class Python 3 support in Django 1.6, we need to recommend a > MySQL connector that works. This was discussed a few times on the mailing > list, now's the time to make a decision. Here's a summary of the options. >
Another option to consider could be mysql-connector-python https://pypi.python.org/pypi/mysql-connector-python/1.0.9 It claims to support Python 2 and 3 http://dev.mysql.com/doc/refman/5.5/en/connector-python-versions.html Also actively developed by @geertjanvdk at Oracle so he may be able to help with any issues? Mark. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
