[SciPy-User] "from scipy import signal" problem

Brickle Macho michael at yanchepmartialarts.com.au
Mon Sep 24 23:35:39 EDT 2012


I am getting an error, see below, when I try:

from scipy import signal

Scipy was install via mac ports.   Not sure where to start to fix this?  
Do I need to rebuild scipy?  If so do I uninstall from Macports (and 
associated dependencies) or try

Any help arrpeciated.

Brickle.


----
$ python test.py
Traceback (most recent call last):
   File "test.py", line 3, in <module>
     from scipy import signal
   File 
"/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/scipy/signal/__init__.py", 
line 198, in <module>
     from spline import *
ImportError: 
dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/scipy/signal/spline.so, 
2): Symbol not found: ___ieee_divdc3
   Referenced from: 
/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/scipy/signal/spline.so
   Expected in: flat namespace
  in 
/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/scipy/signal/spline.so



More information about the SciPy-User mailing list