Wladimir Labeikovsky wrote:
has anyone run into the following problem??
Not me, but I'll try some guess anyway.
scipy-0.4.3/PKG-INFO Default compiler has been set to: gcc version 4.0.0 (Apple Computer, Inc. build 5026) /sw/bin/python2.4 setup.py build Traceback (most recent call last): File "setup.py", line 42, in ? setup_package() File "setup.py", line 7, in setup_package from scipy.distutils.core import setup File "/sw/lib/python2.4/site-packages/scipy/__init__.py", line 35, in ? import scipy.basic.linalg as linalgFile "/sw/lib/python2.4/site-packages/scipy/basic/linalg.py", line 1, in ?from basic_lite import *File "/sw/lib/python2.4/site-packages/scipy/basic/basic_lite.py", line 7, in ?import scipy.lib.lapack_lite as lapack_lite ImportError: Inappropriate file type for dynamic loading
It looks as if the bundle lapack_lite.so has not been built correctly. There was perhaps an error message about this file earlier in the output.
-- Martin ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
