Scipy Error: Symbol not found: ___ieee_divdc3
Brickle Macho
bricklemacho at gmail.com
Tue Sep 25 17:40:37 PDT 2012
I have installed py26-scipy via macports. I getting an error when I
import from scipy. See below for error message. Is this a scipy issue
or do I need to install different variant of scipy?
----
$ 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
-----
Any help appreciated.
Brickle.
----
More information about the macports-users
mailing list