[SciPy-user] pajer at iname.com has sent you a file.

R. Padraic Springuel R.Springuel at umit.maine.edu
Fri Dec 1 11:57:04 EST 2006


So, I downloaded and installed those files, but am still getting the 
same error.

Also, I installed the Superpack on my Mac system and can't seem to 
import either scipy or matplotlib.  I get the following errors:

Traceback (most recent call last):
   File "<stdin>", line 1, in ?
   File 
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/pylab.py", 
line 1, in ?
     from matplotlib.pylab import *
ImportError: No module named matplotlib.pylab

and

Traceback (most recent call last):
   File "<stdin>", line 1, in ?
NameError: name 'python' is not defined
 >>> from scipy import *
Traceback (most recent call last):
   File "<stdin>", line 1, in ?
   File 
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/scipy/linalg/__init__.py", 
line 8, in ?
     from basic import *
   File 
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/scipy/linalg/basic.py", 
line 17, in ?
     from lapack import get_lapack_funcs
   File 
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/scipy/linalg/lapack.py", 
line 17, in ?
     from scipy.linalg import flapack
ImportError: Failure linking new module: 
/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/scipy/linalg/flapack.so: 
Library not loaded: /usr/local/lib/libgfortran.1.dylib
   Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/scipy/linalg/flapack.so
   Reason: image not found

What does all that mean?  I thought the Superpack installs were supposed 
to work right out of the box?
-- 

R. Padraic Springuel
Teaching Assistant
Department of Physics and Astronomy
University of Maine
Bennett 309
Office Hours: Wednesday 2-3pm



More information about the SciPy-User mailing list