python - Django undefined symbol: PyUnicode_AsUTF8 -


i new python/django. have set environment needed run django project.when i'm trying migrate existing project , shows error

django.core.exceptions.improperlyconfigured: error loading mysqldb module:    /usr/local/lib/python3.2/dist-packages/mysqlclient-1.3.6-py3.2-linux-i686.egg /_mysql.cpython-32mu.so: undefined symbol: pyunicode_asutf8 

please can figure out reason error. in advance.

its bug in mysqlclient. there compatibility issues in mysqlclient python's 3.2 version. apparently, mysqlclient still not supported in python 3.2.

check django-developers google group thread issue raised , discussed. https://groups.google.com/forum/#!topic/django-developers/n-ti8mbcege


Comments