I have installed MySqldb as shown below:-
jab-MacBook-Pro-4:silkroute deb$ pip install MySQL-python
Collecting MySQL-python
Installing collected packages: MySQL-python
Successfully installed MySQL-python-1.2.5
But still I am getting the error:-
python --version
Python 2.7.11
I am using version 2.7.10 in PyCharm
I have also installed MySQLDB as shown below:-
jab-MacBook-Pro-4:silkroute deb$ pip2.7 install MySQL-python
Requirement already satisfied: MySQL-python in /usr/local/lib/python2.7/site-packages
Can someone let me know how can I get rid of this error?