Re: scipy for python 2.4 on windows

2005-09-21 Thread Z.L.
Thank you. But that thread cannot provide the information on Scipy binaries for python 2.4 on Windows. And the python interpreter installed on my machine is downloaded from www.python.org, not the cygwin version. In fact, all I need is just weave part of Scipy, not all bundle of whole Scipy. Cou

Re: scipy for python 2.4 on windows

2005-09-21 Thread beliavsky
Z.L. wrote: > I am a newbie to python, and have not so much experiences on package > installation and related issues. I am looking for Scipy binaries for > python 2.4 on windows. Please see the recent thread "use SciPy with Python 2.4.1?" for discussion of this. -- http://mail.python.org/mailman

scipy for python 2.4 on windows

2005-09-21 Thread Z.L.
I am a newbie to python, and have not so much experiences on package installation and related issues. I am looking for Scipy binaries for python 2.4 on windows. Could somebody here kindly give some suggestion to this? Thanks in advance. -- http://mail.python.org/mailman/listinfo/python-list

Re: scipy for python 2.4

2005-05-28 Thread Robert Kern
Philippe C. Martin wrote: > In order to help, I just tried to compile it, and it seems to have a bunch > of dependencies to worry about: Yes, that's true. Only some kind of LAPACK/BLAS (with ATLAS for preference) is actually necessary. Coincidentally, there are binaries provided if you can't fi

Re: scipy for python 2.4

2005-05-28 Thread Robert Kern
[EMAIL PROTECTED] wrote: > I tried to compile it from source. But it dint work.It was looking for > python2.3 .But I want to install it on pyrthon 2.4 > PLatform you mean I am using RedHat 9.0. is that what you were > referring? > can you point me to the source you are referring. I used the sourse

Re: scipy for python 2.4

2005-05-28 Thread querypk
I tried to compile it from source. But it dint work.It was looking for python2.3 .But I want to install it on pyrthon 2.4 PLatform you mean I am using RedHat 9.0. is that what you were referring? can you point me to the source you are referring. I used the sourse from this link... http://www.scipy

Re: scipy for python 2.4

2005-05-28 Thread Philippe C. Martin
In order to help, I just tried to compile it, and it seems to have a bunch of dependencies to worry about: [EMAIL PROTECTED] SciPy_complete-0.3.2]# python setup.py install fftw_info: NOT AVAILABLE dfftw_info: NOT AVAILABLE FFTW (http://www.fftw.org/) libraries not found. Directori

Re: scipy for python 2.4

2005-05-28 Thread Robert Kern
[EMAIL PROTECTED] wrote: > Did anyone try to install Scipy package on python2.4 linux version. I > see only python2.3 version of scipy released. When I try to install I > get an dependency warning saying scipy cannot find python2.3. > > Can someone point me to python2.4 version of scipy and help m

scipy for python 2.4

2005-05-28 Thread querypk
Did anyone try to install Scipy package on python2.4 linux version. I see only python2.3 version of scipy released. When I try to install I get an dependency warning saying scipy cannot find python2.3. Can someone point me to python2.4 version of scipy and help me install. -- http://mail.python.