Building things with setup.py

James Stroud jstroud at mbi.ucla.edu
Fri Sep 22 06:20:12 EDT 2006


Robert Kern wrote:
> James Stroud wrote:
>> I did build my own python 2.5, yesterday, requiring me to rebuild all 
>> extensions.
> 
> Do other extensions build correctly? If so, it's beginning to look like 
> a problem in numpy.distutils .

Actually, I just found that MySQLdb had a similar problem with zlib, but 
instead of bonking during linking, it complained about the compress 
symbol when trying to import into python. The fix was adding "-lz" for 
the linking step, after which it imported just fine.

James



More information about the Python-list mailing list