Re: Install NumPy in python 2.6

2009-04-22 Thread David Cournapeau
On Wed, Apr 22, 2009 at 9:11 PM, Ole Streicher wrote: > Hi Eduardo, > > Eduardo Lenz writes: >> On Wednesday 22 April 2009 04:47:54 David Cournapeau wrote: >>> On Wed, Apr 22, 2009 at 6:38 PM, Ole Streicher >> wrote: >>> > but scipy then fails: >>> > error: Lapack (http://www.netlib.org/lapack/)

Re: Install NumPy in python 2.6

2009-04-22 Thread Ole Streicher
Hi Eduardo, Eduardo Lenz writes: > On Wednesday 22 April 2009 04:47:54 David Cournapeau wrote: >> On Wed, Apr 22, 2009 at 6:38 PM, Ole Streicher > wrote: >> > but scipy then fails: >> > error: Lapack (http://www.netlib.org/lapack/) libraries not found. >> > What is the reason for that? > try A

Re: Install NumPy in python 2.6

2009-04-22 Thread Eduardo Lenz
On Wednesday 22 April 2009 04:47:54 David Cournapeau wrote: > On Wed, Apr 22, 2009 at 6:38 PM, Ole Streicher wrote: > > Unfortunately, www.netlib.org is not reachable, so I cannot try to > > install lapack. > > > > What is the reason for that? > > I don't know, I think netlib.org will be back soo

Re: Install NumPy in python 2.6

2009-04-22 Thread David Cournapeau
On Wed, Apr 22, 2009 at 6:38 PM, Ole Streicher wrote: > > Unfortunately, www.netlib.org is not reachable, so I cannot try to > install lapack. > > What is the reason for that? I don't know, I think netlib.org will be back soon. You need LAPACK for scipy, it is not possible to build it without it

Re: Install NumPy in python 2.6

2009-04-22 Thread Ole Streicher
Hi David, David Cournapeau writes: > On Fri, Mar 13, 2009 at 8:20 PM, gopal mishra wrote: >> error: Setup script exited with error: None > Numpy 1.3.0 (to be released 1st April 2009) will contain everything to > be buildable and usable with python 2.6 on windows. If you are in a > hurry, you can

Re: Install NumPy in python 2.6

2009-03-13 Thread David Cournapeau
On Fri, Mar 13, 2009 at 8:20 PM, gopal mishra wrote: > > > error: Setup script exited with error: None numpy 1.2.1 does not officially support python 2.6. Specially on windows, there are some issues like this one. Numpy 1.3.0 (to be released 1st April 2009) will contain everything to be buildabl

Install NumPy in python 2.6

2009-03-13 Thread gopal mishra
Hi, I am trying to install SciPy and NumPy in Python 2.6 (OS - Win XP). http://downloads.sourceforge.net/numpy/numpy-1.2.1.tar.gz http://downloads.sourceforge.net/scipy/scipy-0.7.0.tar.gz While installing numpy It gives following installation error. Running from numpy source directory.