That configuration is not officially supported as we don't run the Django 
test suite with that combination. You could try the unofficial fork of 
MySQLdb that we recommended in the past which clams 3.2 support: 
https://github.com/clelland/MySQL-for-Python-3

On Tuesday, July 21, 2015 at 2:46:18 AM UTC-4, gh224391 wrote:
>
> Hello all, 
> I have this combination, on debian 7 (in openvz, not possible to upgrade). 
> According 
> https://docs.djangoproject.com/en/1.8/ref/databases/#mysql-db-api-drivers, 
>
> i have to use mysqlclient or MySQL Connector/Python provided by Oracle. 
> Unfortunately, mysqlclient failed to work: 
>    File 
> "/home/devel/.virtualenvs/python3/lib/python3.2/site-packages/django/db/backends/mysql/base.py",
>  
>
> line 27, in <module> 
>      raise ImproperlyConfigured("Error loading MySQLdb module: %s" % e) 
> django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb 
> module: 
> /home/devel/.virtualenvs/python3/lib/python3.2/site-packages/_
> mysql.cpython-32mu.so: 
> undefined symbol: PyUnicode_AsUTF8 
>
> and MySQL Connector/Python doesn't compile in python 3.2: 
> RuntimeError: Python v3.2 is not supported 
> tested with 2.0.4 and 2.1.2 
>
> Anybody has found a solution in this configuration? 
>
> Thanks in advance for help, 
>
> -- 
> Gérard Henry 
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/b7a891d4-7b7b-41d0-99b6-2efaaf544d7e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to