Build instructions :
cd ~/pydadl_install
wget http://puzzle.dl.sourceforge.net/sourceforge/mysql-python/MySQL-python-1.2.2.tar.gz
tar xzvf MySQL-python-1.2.2.tar.gz
cd MySQL-python-1.2.2
In case you installed MySQL by hand, edit the site.cfg file, uncomment and modify the mysql_config line :
mysql_config = /usr/local/pydadl/bin/mysql_config
Continue the build process :
/usr/local/pydadl/bin/python setup.py install