Long story short, when I write the following:
sudo easy_install MySQL-python
I get the error
EnvironmentError: mysql
I am using Python 2.7.11 :: Anaconda 2.3.0 (x86_64) on Mac OS X 10.11.4 15E65.
You may want to follow the steps below:
Then the Anaconda will have the mysql-python installed and you can start with MySQLdb then.
Good luck. Thanks.