Re: [Numpy-discussion] install problems

2010-04-03 Thread Antoine Pairet
On Sat, 2010-04-03 at 11:04 -0500, Warren Weckesser wrote: > Don't include that last "numpy" in the path. E.g. > > export > PYTHONPATH=$PYTHONPATH:/home/pcpm/pairet/pythonModules/numpy/lib64/python2.4/site-packages > numpy is installed as a "package": a directory that contains the file > __init

[Numpy-discussion] install problems

2010-04-03 Thread Antoine Pairet
Hi all! I am trying to install numpy on a computer which runs Linux and on which I have no root access. The only possibility is therefore to compile numpy from source. With the following command, the compilation seems to work fine: python setup.py install --prefix=/home/pcpm/pairet/pythonModules/