Hello,

finally after sorting out some homemade problems I managed to compile
numpy-1.0b1. If I then start it from the directory where I compiled
it, it works fine. However after I installed numpy with

python setup.py install --prefix=/scratch/python2.4

I get the error message:


Python 2.4.3 (#7, Aug  2 2006, 18:55:46)
[GCC 3.2.3 20030502 (Red Hat Linux 3.2.3-52)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File
"/scratch/python2.4/lib/python2.4/site-packages/numpy/__init__.py",
line 39, in ?
    import linalg
  File
"/scratch/python2.4/lib/python2.4/site-packages/numpy/linalg/__init__.py",
line 4, in ?
    from linalg import *
  File
"/scratch/python2.4/lib/python2.4/site-packages/numpy/linalg/linalg.py",
line 24, in ?
    from numpy.linalg import lapack_lite
ImportError:
/scratch/python2.4/lib/python2.4/site-packages/numpy/linalg/lapack_lite.so:
undefined symbol: atl_f77wrap_zgemv__
>>>

I suppose I have to set a path somewhere to the directory where atlas
is installed. How do I do this?

Hanno



-- 
Hanno Klemm
[EMAIL PROTECTED]



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to