Build instructions :
cd ~/pydadl_installwget http://puzzle.dl.sourceforge.net/sourceforge/mysql-python/MySQL-python-1.2.2.tar.gztar xzvf MySQL-python-1.2.2.tar.gzcd 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_configContinue the build process :
/usr/local/pydadl/bin/python setup.py install