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/55ADEA86.40300%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to