The core developers are working on the problem as we speak.  I would 
suggest using either another database engine or Python 2.7 until they get 
it going.  I am guessing a few weeks, but that is only a guess.  If you do 
use Python 2.7 be sure to follow the suggestions to write your code as 3.3 
compatible -- from __future__ import print function -- etc.  Then you can 
switch back to Python 3.3 immediately when they have it fixed.
VDC

On Saturday, May 11, 2013 7:43:40 PM UTC-6, icedr...@gmail.com wrote:
>
> I am using Python 3.3.1 and Django 1.5.1. MySQLdb doesn't support Python 
> 3, so I want to use Connector/Python instead. But I don't know how to do 
> this.
>
> Is it easy to do this? If it is, how can I do this?
>
> Thanks.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to