I am trying to get a django site deployed from a repository. I was almost there, and then I changed something (I'm not sure what!) And returned to the square.
Now I'm trying to run. /manage.py syncdb and get the following error:
django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module: this is the version of MySQLdb (1, 2, 3, 'final', 0), but _mysql is the version (1, 2, 2, 'final', 0)
I searched the forums for several hours and none of the solutions presented helped. I tried uninstalling and reinstalling MySQL-python and updating it. I get the same error when trying to import it from the python command line interpreter.
Does anyone have any suggestions?
source share