[SciPy-User] New installation

R. Padraic Springuel R.Springuel at umit.maine.edu
Mon Feb 8 15:40:13 EST 2010


I just tried to upgrade one of the computers I'm responsible for from
Python 2.5 to Python 2.6 (including all the packages that are used) and
while all the installations seemed to work just fine, I get the
following error when I try to import numpy after install:

Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
   File
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy/__init__.py", 

line 132, in <module>
     import add_newdocs
   File
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy/add_newdocs.py", 

line 9, in <module>
     from lib import add_newdoc
   File
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy/lib/__init__.py", 

line 4, in <module>
     from type_check import *
   File
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy/lib/type_check.py", 

line 8, in <module>
     import numpy.core.numeric as _nx
   File
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy/core/__init__.py", 

line 5, in <module>
     import multiarray
ImportError:
dlopen(/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy/core/multiarray.so, 

2): no suitable image found.  Did find:
	/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy/core/multiarray.so: 

unknown required load command 0x80000022


Any idea what might be causing this error and what I can do to fix it?

Python: 2.6.4
Numpy: 1.4.0
Mac OS 10.5.8
-- 

R. Padraic Springuel
Research Assistant
Department of Physics and Astronomy
University of Maine
Bennett 309
Office Hours: Thursdays, 12-2pm




More information about the SciPy-User mailing list