On 11 mars 2013, at 00:32, Norberto Bensa <[email protected]> wrote: > I wanted to run Django with Python 3 but mysql was a showstopper until today.
Hi Norberto, Since MySQLdb wasn't ported to Python 3 yet, this isn't officially supported at this time. I've filed a ticket so we don't forget to deal with this in 1.6: https://code.djangoproject.com/ticket/20025 Maybe MySQLdb will be ported to Python 3 by then, maybe there'll be a solid alternative that we can use. Otherwise we'll document that Django cannot be used with MySQL on Python 3. -- Aymeric. -- 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.
