Re: Django 1.6.0 over python 3: mysql?

2012-12-06 Thread Ian Clelland
On Fri, Nov 23, 2012 at 6:02 AM, ajendrex wrote: > Hello, > > I'm new to django and I'm going directly to use it over python 3 (I have > been using python 3 for mor than one year). However, the MySQLdb library > doesn't support python 3 yet. Is there a way of connecting

Re: Django 1.6.0 over python 3: mysql?

2012-11-23 Thread Russell Keith-Magee
Hi, The short answer is that MySQLdb is outside the control of the Django project. Django itself is now Python 3 compatible. The compatibility of other libraries is up to their respective maintainers. That said, I doubt you'll regret the move to PostgreSQL :-) Yours, Russ Magee %-) On Sat, Nov

Re: Django 1.6.0 over python 3: mysql?

2012-11-23 Thread ajendrex
I decided to use postgresql and move on :) On Friday, November 23, 2012 11:02:10 AM UTC-3, ajendrex wrote: > > Hello, > > I'm new to django and I'm going directly to use it over python 3 (I have > been using python 3 for mor than one year). However, the MySQLdb library > doesn't support python

Django 1.6.0 over python 3: mysql?

2012-11-23 Thread ajendrex
Hello, I'm new to django and I'm going directly to use it over python 3 (I have been using python 3 for mor than one year). However, the MySQLdb library doesn't support python 3 yet. Is there a way of connecting django to mysql over python3? If not, any plan to get it in the near future? --