Django Undefined Symbol: Pyunicode_asutf8
I am new to Python/Django. I have set up the environment needed to run Django project.When I'm trying to migrate an existing project , it shows up this error django.core.exceptions
Solution 1:
Its a bug in mysqlclient
. There are some compatibility issues in mysqlclient
with Python's 3.2 version. Apparently, mysqlclient
is still not supported in Python 3.2.
Check this django-developers
google group thread where this issue was raised and discussed.
https://groups.google.com/forum/#!topic/django-developers/n-TI8mBcegE
Post a Comment for "Django Undefined Symbol: Pyunicode_asutf8"