[EMAIL PROTECTED] wrote:

>>On Thursday 24 August 2006 09:50, [EMAIL PROTECTED] wrote:
>>    
>>
>>>Sorry for my ignorance, but I have not ever heard of or used mingw32.  I
>>>am also using python 2.3.
>>>      
>>>
>>http://en.wikipedia.org/wiki/Mingw  explains in detail.
>>    
>>
>
>$HOME=C:\Documents and Settings\Administrator
>CONFIGDIR=C:\Documents and Settings\Administrator\.matplotlib
>loaded ttfcache file C:\Documents and
>Settings\Administrator\.matplotlib\ttffont
>.cache
>matplotlib data path c:\python23\lib\site-packages\matplotlib\mpl-data
>backend WXAgg version 2.6.3.2
>Overwriting info=<function info at 0x01FAF3F0> from scipy.misc.helpmod
>(was <fun
>ction info at 0x01F896F0> from numpy.lib.utils)
>Overwriting who=<function who at 0x01FA46B0> from scipy.misc.common (was
><functi
>on who at 0x01F895F0> from numpy.lib.utils)
>Overwriting source=<function source at 0x01FB2530> from scipy.misc.helpmod
>(was
><function source at 0x01F89730> from numpy.lib.utils)
>RuntimeError: module compiled against version 1000000 of C-API but this
>version
>of numpy is 1000002
>Fatal Python error: numpy.core.multiarray failed to import... exiting.
>
>
>abnormal program termination
>  
>


You have a module built against an older version of NumPy.  What modules 
are being loaded?  Perhaps it is matplotlib or SciPy

-Travis


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to