[SciPy-user] Installation Problem

eric eric at scipy.org
Wed May 1 10:44:53 EDT 2002


Hey Craig,

Try upgrading to the latest Numeric (21.0 or so).  Versions prior to 20.3 or so
declared arange in Python instead of in the multiarray C extension module.  This
looks like it is causing the problem (though I'm not sure why it manifest itself
here).

eric

----- Original Message -----
From: "Craig Stoudt" <stoudtc at yahoo.com>
To: <scipy-user at scipy.net>
Sent: Wednesday, May 01, 2002 11:36 AM
Subject: [SciPy-user] Installation Problem


> Greetings,
>
> After what appeared to be a successful install (from
> the tarball) I tried to import scipy and got the
> following:
>
> Python 2.2 (#1, Apr 30 2002, 18:20:55)
> [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on
> linux2
> Type "help", "copyright", "credits" or "license" for
> more information.
> >>> import scipy
> Traceback (most recent call last):
> File "<stdin>", line 1, in ?
>   File
> "/usr/local/lib/python2.2/site-packages/scipy/__init__.py",
> line 41, in ? from handy import *
> File
> "/usr/local/lib/python2.2/site-packages/scipy/handy.py",
> line 1, in ?    import Numeric
> File
> "/usr/local/lib/python2.2/site-packages/Numeric/Numeric.py",
> line 124, in ?
> arrayrange = multiarray.arange
> AttributeError: 'module' object has no attribute
> 'arange'
> >>>
>
> Could someone help me figure out the problem?
>
> Thanks!
>
> Craig Stoudt
> Annandale, VA
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Health - your guide to health and wellness
> http://health.yahoo.com
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-user
>





More information about the SciPy-User mailing list