Long story short, when I write the following:
sudo easy_install MySQL-python
I get the error
EnvironmentError: mysql
Here's what I would install, especially if you want to use homebrew:
brew install mysql-connector-c
pip install mysql-python