Hi, I just installed activepython and installed scipy by pypm. But I got an error exact the same as the on in the following message. I'd rather not install scipy from a different package. Is there a fix to this problem within pypm? Thanks!
http://community.activestate.com/node/7390 ~$ python ActivePython 2.7.2.5 (ActiveState Software Inc.) based on Python 2.7.2 (default, Jun 24 2011, 12:20:15) [GCC 4.2.1 (Apple Inc. build 5664)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> from scipy import integrate Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Users/py/Library/Python/2.7/lib/python/site-packages/scipy/integrate/__init__.py", line 50, in <module> from quadrature import * File "/Users/py/Library/Python/2.7/lib/python/site-packages/scipy/integrate/quadrature.py", line 5, in <module> from scipy.special.orthogonal import p_roots File "/Users/py/Library/Python/2.7/lib/python/site-packages/scipy/special/__init__.py", line 525, in <module> from _cephes import * ImportError: dlopen(/Users/py/Library/Python/2.7/lib/python/site-packages/scipy/special/_cephes.so, 2): no suitable image found. Did find: /Users/py/Library/Python/2.7/lib/python/site-packages/scipy/special/_cephes.so: no matching architecture in universal wrapper -- Regards, Peng _______________________________________________ ActivePython mailing list ActivePython@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython