From: John H. <jdh...@ac...> - 2005-03-02 05:15:22
|
>>>>> "David" == David Fugate <df...@uc...> writes: David> Just looking at the output it appears as if the changes David> made to basedir (i.e., 'linux2') in setupext.py are not David> having any sort of effect (hence the error message about David> numarray/arrayobject.h not existing). Is there something David> blatantly wrong I'm doing? Any help would be greatly David> appreciated. No, it looks like we are doing something wrong. I can't believe it has not been reported in the umpteen mpl releases that have had this problem.... build_transforms needs to call add_base_flags(module) before the call to ext_modules.append(module) in both the Numeric and numarray sections. Ditto for the build_contour function in setupext.py. Hope this helps! Let me know... JDH |