[SciPy-user] Entought 1.0.0: scipy fails to import

Grant Edwards grante at visi.com
Mon Aug 27 11:38:28 EDT 2007


I can't seem to figure out how to get scipy to work using
Enthoguht 1.0.0.  A simple "import scypy" crashes:

  $ python
  Python 2.4.3 - Enthought Edition 1.0.0 (#69, Aug  2 2006, 12:09:59) [MSC v.1310 32 bit (Intel)] on win32
  Type "help", "copyright", "credits" or "license" for more information.
  >>> import scipy
  c:\python24\lib\site-packages\numpy\testing\numpytest.py:634: DeprecationWarning: ScipyTest is now called NumpyTest; please update your code DeprecationWarning)
  Overwriting info=<function info at 0x01018830> from scipy.misc.helpmod (was <function info at 0x00FB1430> from numpy.lib.utils)
  Overwriting who=<function who at 0x00FDAA70> from scipy.misc.common (was <function who at 0x00FB1370> from numpy.lib.utils)
  Overwriting source=<function source at 0x01018AB0> from scipy.misc.helpmod (was<function source at 0x00FB1470> from numpy.lib.utils)
  RuntimeError: module compiled against version 90907 of C-API but this version of numpy is 1000009
  Fatal Python error: numpy.core.multiarray failed to import... exiting.
  
  This application has requested the Runtime to terminate it in an unusual way.
  Please contact the application's support team for more information.

Any ideas what's wrong?
  
-- 
Grant Edwards                   grante             Yow! OVER the underpass!
                                  at               UNDER the overpass!
                               visi.com            Around the FUTURE and
                                                   BEYOND REPAIR!!




More information about the SciPy-User mailing list