[Python-bugs-list] [ python-Bugs-443464 ] Import Numeric RandomArray on 2.1.1

noreply@sourceforge.net noreply@sourceforge.net
Mon, 06 Aug 2001 13:58:45 -0700


Bugs item #443464, was opened at 2001-07-21 18:58
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=443464&group_id=5470

Category: None
>Group: 3rd Party
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Import Numeric RandomArray on 2.1.1

Initial Comment:
Mandrake 7.2 system, python2.1.1 builds okay, but when
I import RandomArray I get the following:

>>> import RandomArray
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File
"/usr/lib/python2.1/site-packages/Numeric/RandomArray.py",
line 3, in ?
    import LinearAlgebra
  File
"/usr/lib/python2.1/site-packages/Numeric/LinearAlgebra.py",
line 8, in ?
    import lapack_lite
ImportError:
/usr/lib/python2.1/site-packages/Numeric/lapack_lite.so:
undefined symbol: dgesvd_ 

I've notified the Numeric team as well. In relation to
another bug mentioned here, I have no trouble importing
Numeric-20 on my system.

----------------------------------------------------------------------

>Comment By: Jeremy Hylton (jhylton)
Date: 2001-08-06 13:58

Message:
Logged In: YES 
user_id=31392

It doesn't look like there is a Python problem here.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=443464&group_id=5470