I\'ve spent several hours trying to install MySQLdb (the Python library) on Mac OS X Snow Leopard. I\'m using these instructions from SO. I keep getting an error, so I\'ve t
sudo pip install mysql-python worked for me in 10.8.1.
sudo pip install mysql-python