I\'m trying to get a django site deployed from a repository. I was almost there, and then changed something (I\'m not sure what!!) and was back to square one.
Now I\
I got the same problem after installing mysql-python using pip. Seems to be an error in the pip package. I solved it by pip uninstall'ing it again, after which i downloaded and installed the package manually like this:
For those who come upon this question:
It turns out that ubuntu _mysql version was different from the one in my venv. Uninstalling that and re-installing in my venv did the trick.