Re: [Numpy-discussion] install without admin rights

2008-10-06 Thread Roeland Huys
py", line 89 slice_ = tuple(slice(*t) for t in zip( ^ SyntaxError: invalid syntax I have python 2.3 installed on the server. Thanks, Roeland On Mon, October 6, 2008 10:27 am, Stéfan van der Walt wrote: > Hi Roeland > > 2008/10/6 Roeland Huys <[EMAIL PROTECTE

[Numpy-discussion] install without admin rights

2008-10-06 Thread Roeland Huys
Hi, I am very interested in my work to switch from Matlab to Numpy. However, I want to test some algorithms first. I tried to install NumPy on one of our corporate servers. However, I do not have root access, so i did following: tar -xvzf numpy-1.2.0.tar.gz [OK] cd numpy-1.2.0 python setup.p