Ted Zeng schrieb: > Hi, > > I am new to Python. I am trying to build MySQLdb for my PowerPC > PowerMac. > I just downloaded the source last week and tried to build it. > But I got the error messages as follow. I checked and there is no such > files as > mysql_config > mysql.h > my_config.h > ... > > Did I download the wrong source?
You need the mysql development files. You could e.g. use fink to install mysql and the development files package. On my machine it's called mysql14-dev. Diez -- http://mail.python.org/mailman/listinfo/python-list