Linux and Numeric extensions...
Gerhard Häring
gerhard.nospam at bigfoot.de
Mon Sep 24 13:19:21 EDT 2001
More information about the Python-list mailing list
Mon Sep 24 13:19:21 EDT 2001
- Previous message (by thread): Python on shared network drive?
- Next message (by thread): Linux and Numeric extensions...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sun, 23 Sep 2001 16:31:51 GMT, Carl Johan Rehn wrote: >Dear friends, > >I am running Linux Suse 7.2 and have recently installed the Numeric >extensions to Python, but when I import the Numeric library the Python >interpreter cannot find the library. Lets see. Do you have installed it as per the instructions in the README: $ python setup_all.py install as user root? >I suppose I have to add >the path to the site-packages/Numeric library somewhere, but I don't know >where. No, that's not necessary. I have set my umask to a non-default value, so usually have to do a $ chmod -R go+rX /usr/lib/python2.1 after installing modules. Make that /usr/lib/python2.0 if you have the original Python 2.0 from SuSE 7.2. Gerhard -- mail: gerhard <at> bigfoot <dot> de registered Linux user #64239 web: http://www.cs.fhm.edu/~ifw00065/ OpenPGP public key id 86AB43C0 public key fingerprint: DEC1 1D02 5743 1159 CD20 A4B6 7B22 6575 86AB 43C0 reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b')))
- Previous message (by thread): Python on shared network drive?
- Next message (by thread): Linux and Numeric extensions...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list