hi, I was also asking myself if it would be possible to use django 6 python 3 and mysql.
Development on mysqldb seems to have paused, so another quesetion: Why not use the mysql connectors from mysql directly: http://www.mysql.com/downloads/connector/python/#downloads They support python 3.3 too. It seems that oracle has rediscovered python, but no one knows how long. Anton Aymeric Augustin wrote: > 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. > -- 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.
