Archive for October, 2009

Installing Python MySQL connector on MacOS X 10.5

Today I spent a couple of hours trying to get Python MySQLdb connector to work on my Mac OS X 10.5.7. After some search over the internet I found that I should download MySQLdb distribution from SourceForge and compile it locally. I followed Mango Orange’s Installing Python MySQLdb 1.2.2 on Mac OS X. The information [...]