ok. here is the (abbreviated) output of building scipy-core-py24 on a G3
thanks! wlad
scipycore.log
Description: Binary data
On Nov 30, 2005, at 6:58 PM, Martin Costabel wrote:
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 setupFile "/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 loadingIt 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
