I had a running django project and for some reasons I had to remove the current mysql version and install a different MySQL version in my machine.
But now when I am try
Use the following commands:
pip uninstall mysql-python pip install mysql-python
In my case it work because it searches from the complied files.