[SciPy-user] NameError on scipy import

Stephen Uhlhorn suhlhorn at gmail.com
Thu Feb 1 15:33:41 EST 2007


I built numpy/scipy on my OS X 10.4 machine following the instructions
at the scipy.org page.

I installed ActiveState python 2.4 and had no build errors thru the
entire process including numpy 1.0.1 and scipy 0.5.2. The post-install
numpy test passed without error, but importing scipy gave this error:

>>> import scipy
Traceback (most recent call last):
 File "<stdin>", line 1, in ?
 File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/scipy/__init__.py",
line 33, in ?
   del lib
NameError: name 'lib' is not defined

Should I update to the latest svn version? Any suggestions?
Thanks-
-stephen



More information about the SciPy-User mailing list