Re: [Numpy-discussion] numpy import on x86_64 arch

2009-04-10 Thread David Cournapeau
Vincent Thierion wrote: > Hello, > > I import numpy module (numpy-1.0.4) on a x86_64 machine (on which I > don't have any root privileges) after having install it thanks to > python "setup.py install --prefix=../numpy". In this manner, I obtain > a 64 bits compatible numpy library. > (the "numpy" f

[Numpy-discussion] numpy import on x86_64 arch

2009-04-10 Thread Vincent Thierion
Hello, I import numpy module (numpy-1.0.4) on a x86_64 machine (on which I don't have any root privileges) after having install it thanks to python "setup.py install --prefix=../numpy". In this manner, I obtain a 64 bits compatible numpy library. (the "numpy" folder used for install is created jus