There is a consistent problem compiling MySQLdb on OS X, wether it's
10.4 or 10.5. The following link details a work around. Even though
it specifically mentions 10.5, the problem exists on 10.4.
http://www.nickshanny.com/2007/10/os-x-105-python-and-mysqldb.html
I hope this works for you.
Hi.
I have to work with MySQL database. I'm trying to install MySQLdb module
on my MacBook Pro (with Tiger).
I've downloaded source .gz from site, unpack it.
When trying to install it, an error occured.
grzesieks-computer:~/desktop grzesiek$ cd MySQL-python-1.2.2
grzesieks-computer:~/desktop/My