Ticket #24925: error.txt

File error.txt, 1.4 KB (added by gerboland+macports@…, 14 years ago)

numpy error message

Line 
1Python 2.6.5 (r265:79063, May 17 2010, 10:42:33)
2[GCC 4.0.1 (Apple Computer, Inc. build 5370)] on darwin
3Type "help", "copyright", "credits" or "license" for more information.
4>>> import numpy
5Traceback (most recent call last):
6  File "<stdin>", line 1, in <module>
7  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy/__init__.py", line 132, in <module>
8    import add_newdocs
9  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy/add_newdocs.py", line 9, in <module>
10    from lib import add_newdoc
11  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy/lib/__init__.py", line 4, in <module>
12    from type_check import *
13  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy/lib/type_check.py", line 8, in <module>
14    import numpy.core.numeric as _nx
15  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy/core/__init__.py", line 5, in <module>
16    import multiarray
17ImportError: dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy/core/multiarray.so, 2): Symbol not found: ___floatunditf
18  Referenced from: /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy/core/multiarray.so
19  Expected in: dynamic lookup