
I don't know if this is the appropriate place for this, but thanks for any pointers to what the problem is. -rex deserv:/ # smart install python-numpy Loading cache... Updating cache... ########################################################## [100%] Computing transaction... Installing packages (3): blas-3.0-958@i586 lapack-3.0-958@i586 python-numpy-1.0.3-0.pm.1@i586 9.6MB of package files are needed. 30.5MB will be used. Confirm changes? (Y/n): y Fetching packages... -> http://download.opensuse.org/distribution/10.2/repo/oss/suse/i586/blas-3.0-9... -> http://packman.inode.at/suse/10.2/i586/python-numpy-1.0.3-0.pm.1.i586.rpm blas-3.0-958.i586.rpm ########################################################## [ 33%] -> http://download.opensuse.org/distribution/10.2/repo/oss/suse/i586/lapack-3.0... python-numpy-1.0.3-0.pm.1.i586.rpm ########################################################## [ 66%] lapack-3.0-958.i586.rpm ########################################################## [100%] Committing transaction... Preparing... ########################################################## [ 0%] 1:Installing blas ########################################################## [ 33%] 2:Installing lapack ########################################################## [ 66%] 3:Installing python-numpy ########################################################## [100%] deserv:/ # python Python 2.5 (r25:51908, Nov 27 2006, 19:14:46) [GCC 4.1.2 20061115 (prerelease) (SUSE Linux)] on linux2 Type "help", "copyright", "credits" or "license" for more information.
from numpy import * Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.5/site-packages/numpy/__init__.py", line 43, in <module> import linalg File "/usr/lib/python2.5/site-packages/numpy/linalg/__init__.py", line 4, in <module> from linalg import * File "/usr/lib/python2.5/site-packages/numpy/linalg/linalg.py", line 25, in <module> from numpy.linalg import lapack_lite ImportError: /usr/lib/libblas.so.3: undefined symbol: _gfortran_st_write_done