Linux and Numeric extensions...

John Hunter jdhunter at nitace.bsd.uchicago.edu
Sun Sep 23 15:15:37 EDT 2001


>>>>> "Carl" == Carl Johan Rehn <carljohan.rehn at chello.se> writes:

    Carl> Dear friends, I am running Linux Suse 7.2 and have recently
    Carl> installed the Numeric extensions to Python, but when I
    Carl> import the Numeric library the Python interpreter cannot
    Carl> find the library. I suppose I have to add the path to the
    Carl> site-packages/Numeric library somewhere, but I don't know
    Carl> where.


Here are my install notes.  This worked for me:

Unpack into /usr/local/src and cd into Numeric-x.x.x

and then

  > python setup_all.py install
  > python
  > import Numeric 



More information about the Python-list mailing list