![](https://secure.gravatar.com/avatar/40806367c7a54366376a04344b5a4c5c.jpg?s=120&d=mm&r=g)
from scipy import * Traceback (most recent call last): File "<stdin>", line 1, in ? File "/opt/local/lib/python2.4/site-packages/scipy/interpolate/__init__.py",
I am able now to import scipy without any problems. This, tho, has problems: Python 2.4.3 (#1, Nov 5 2006, 01:11:36) [GCC 4.0.0 20041026 (Apple Computer, Inc. build 4061)] on darwin Type "help", "copyright", "credits" or "license" for more information. line 7, in ? from interpolate import * File "/opt/local/lib/python2.4/site-packages/scipy/interpolate/interpolate.py", line 13, in ? import fitpack File "/opt/local/lib/python2.4/site-packages/scipy/interpolate/fitpack.py", line 34, in ? import _fitpack ImportError: Failure linking new module: /opt/local/lib/python2.4/site-packages/scipy/interpolate/_fitpack.so: Symbol not found: _e_wsle Referenced from: /opt/local/lib/python2.4/site-packages/scipy/interpolate/_fitpack.so Expected in: dynamic lookup I am puzzled. marco