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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to