I was happy to find that someone’s already posted instructions on how to install mysql-python on mac os x 10.5.
4 thoughts on “how to install python MySQLdb on mac os x 10.5 (leopard)”
Comments are closed.
I was happy to find that someone’s already posted instructions on how to install mysql-python on mac os x 10.5.
Comments are closed.
All packages lives in http://macports.org
# Search the package
$ sudo port search python mysql
# Install it
$ sudo port install
the most uneusefull post I ever read
To get the “how to install mysql-python on mac os x 10.5” to work, I needed to update my path:
$ export PATH=/usr/local/mysql/bin:$PATH
and then it worked great. Thanks!
May I suggest Porticus as a nice GUI for managing all this stuff http://porticus.alittledrop.com/