[Numpy-discussion] Trouble importing LinearAlgebra

Robert Kern kern at its.caltech.edu
Tue Feb 27 13:36:26 EST 2001


On Tue, 27 Feb 2001, crag wolfe wrote:

> Well, this a problem that is similar to the one discussed in the "Da
> Blas" thread in September 2000.
> 
> My first command which works fine is "from Numeric import *".  The
> problem is when I "import * from LinearAlgebra" I get "
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
>   File
> "/usr/local/lib/python2.0/site-packages/Numeric/LinearAlgebra.py", line
> 8, in ?
>     import lapack_lite
> ImportError: /usr/lib/liblapack.so.3: undefined symbol: e_wsfe"

Try adding 'g2c' to the list of libraries. You may just end up 
with the same problem as linking with g77, but it's worth a shot.

[snip]

--
Robert Kern
kern at caltech.edu

"In the fields of hell where the grass grows high
 Are the graves of dreams allowed to die."
  -- Richard Harter





More information about the NumPy-Discussion mailing list