[SciPy-user] import error on OS X 10.4
Benjamin McBride
benmcbride at acm.org
Mon May 16 19:38:08 EDT 2005
I'm having a problems getting scipy to run on OS X Tiger. I've tried
0.3.2 as well as CVS sources, but get the same error when trying to
import scipy. Has anyone had success building scipy on Tiger?
Any help would be appreciated,
Ben McBride
Numeric Version 23.8
10:17 PM:Numeric-23.8:509$ python
Python 2.3.5 (#1, Mar 20 2005, 20:38:20)
[GCC 3.3 20030304 (Apple Computer, Inc. build 1809)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import scipy
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/
python2.3/site-packages/scipy/__init__.py", line 11, in ?
from scipy_base import *
File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/
python2.3/site-packages/scipy_base/__init__.py", line 5, in ?
import numerix
File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/
python2.3/site-packages/scipy_base/numerix.py", line 59, in ?
from _nc_imports import *
File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/
python2.3/site-packages/scipy_base/_nc_imports.py", line 10, in ?
from fastumath import alter_numeric, restore_numeric
ImportError: cannot import name alter_numeric
More information about the SciPy-User
mailing list