[SciPy-user] OS-X Universal binary?

Christopher Barker Chris.Barker at noaa.gov
Tue Mar 24 16:08:38 EDT 2009


Hi folks,

I just found on the sourceforge site what is labeled as a Universal 
binary package -- nice!

However, at least part of it is actually Intel only -- darn:


 >>> import scipy
 >>> import scipy.interpolate
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
   File 
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/scipy/interpolate/__init__.py", 
line 7, in <module>
     from interpolate import *
   File 
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/scipy/interpolate/interpolate.py", 
line 13, in <module>
     import scipy.special as spec
   File 
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/scipy/special/__init__.py", 
line 8, in <module>
     from basic import *
   File 
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/scipy/special/basic.py", 
line 8, in <module>
     from _cephes import *
ImportError: 
dlopen(/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/scipy/special/_cephes.so, 
2): no suitable image found.  Did find:
 
/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/scipy/special/_cephes.so: 
mach-o, but wrong architecture


indeed:
$ file 
/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/scipy/special/_cephes.so
/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/scipy/special/_cephes.so: 
Mach-O bundle i386


Is this supposed to be Universal??

-Chris



-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

Chris.Barker at noaa.gov



More information about the SciPy-User mailing list