Could not build MySQLdb on PowerMac (PPC)

Diez B. Roggisch deets at nospam.web.de
Mon Sep 18 14:37:55 EDT 2006


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



More information about the Python-list mailing list