Re: [Numpy-discussion] error of install numpy on linux redhat.

2012-10-27 Thread Jack Bryan
To: numpy-discussion@scipy.org > Subject: Re: [Numpy-discussion] error of install numpy on linux redhat. > > On Sat, Oct 27, 2012 at 4:06 AM, Jack Bryan wrote: > > Thanks for your help. > > > > Why do the Anaconda and EPD can help me fix the problem ? > > Becaus

Re: [Numpy-discussion] error of install numpy on linux redhat.

2012-10-26 Thread Jack Bryan
Thanks for your help. Why do the Anaconda and EPD can help me fix the problem ? Any help will be appreciated. > To: numpy-discussion@scipy.org > From: p...@iki.fi > Date: Fri, 26 Oct 2012 23:36:56 + > Subject: Re: [Numpy-discussion] error of install numpy on linux redha

Re: [Numpy-discussion] error of install numpy on linux redhat.

2012-10-26 Thread Jack Bryan
g > From: p...@iki.fi > Date: Fri, 26 Oct 2012 21:53:42 + > Subject: Re: [Numpy-discussion] error of install numpy on linux redhat. > > Jack Bryan hotmail.com> writes: > [clip] > > Is this a problem ? > > You need to ensure that > > >>> im

Re: [Numpy-discussion] error of install numpy on linux redhat.

2012-10-26 Thread Jack Bryan
cussion] error of install numpy on linux redhat. > > Jack Bryan hotmail.com> writes: > [clip] > > [~/numpy/numpy] $ /home/user/myName/.local/bin/python setup.py install > > Traceback (most recent call last): > > File "setup.py", line 22, in > > impor

Re: [Numpy-discussion] error of install numpy on linux redhat.

2012-10-26 Thread Jack Bryan
mpy-discussion@scipy.org > From: p...@iki.fi > Date: Fri, 26 Oct 2012 13:03:41 + > Subject: Re: [Numpy-discussion] error of install numpy on linux redhat. > > Jack Bryan hotmail.com> writes: > [clip] > > [~/numpy/numpy] $ /home/user/myName/.local/bin/python setup.py inst

Re: [Numpy-discussion] error of install numpy on linux redhat.

2012-10-25 Thread Jack Bryan
Hi, Aron, I have followed the instructions on the url, after installing python 2.6, I tried to install numpy and got : [~/numpy/numpy] $ /home/user/myName/.local/bin/python setup.py installTraceback (most recent call last): File "setup.py", line 22, in import subprocess File "/home/user/m

Re: [Numpy-discussion] error of install numpy on linux redhat.

2012-10-25 Thread Jack Bryan
Hi, Aron, I have to install in my local dir. The sys-adm cannot help me. Any help will be appreciated. > Date: Thu, 25 Oct 2012 16:00:07 +0100 > From: a...@ahmadia.net > To: numpy-discussion@scipy.org > Subject: Re: [Numpy-discussion] error of install numpy on linux redhat. > > Hi Jack, > >

Re: [Numpy-discussion] error of install numpy on linux redhat.

2012-10-25 Thread Jack Bryan
rom: ralf.gomm...@gmail.com To: numpy-discussion@scipy.org Subject: Re: [Numpy-discussion] error of install numpy on linux redhat. On Thu, Oct 25, 2012 at 6:01 AM, Jack Bryan wrote: Hi, All, I am trying to install numpy from http://www.scipy.org/Download . by git clone git://github.c

Re: [Numpy-discussion] error of install numpy on linux redhat.

2012-10-25 Thread Jack Bryan
of install numpy on linux redhat. On Thu, Oct 25, 2012 at 6:01 AM, Jack Bryan wrote: Hi, All, I am trying to install numpy from http://www.scipy.org/Download . by git clone git://github.com/numpy/numpy.git numpy But, when I ran python setup.py install I got: SystemError: Cannot

[Numpy-discussion] error of install numpy on linux redhat.

2012-10-24 Thread Jack Bryan
Hi, All, I am trying to install numpy from http://www.scipy.org/Download . by git clone git://github.com/numpy/numpy.git numpy But, when I ran python setup.py install I got: SystemError: Cannot compile 'Python.h'. Perhaps you need to install python-dev|python-devel Where to get python-dev ?

Re: [Numpy-discussion] numpy1.6.1 install fortran compiler error

2011-12-20 Thread Jack Bryan
in from polytemplate import polytemplateImportError: >>> cannot import name polytemplate Any help is appreciated. Thanks > From: de...@astro.physik.uni-goettingen.de > Date: Tue, 20 Dec 2011 21:23:24 +0100 > To: numpy-discussion@scipy.org > Subject: Re: [Numpy-discussion]

Re: [Numpy-discussion] numpy1.6.1 install fortran compiler error

2011-12-20 Thread Jack Bryan
Hi,I run : python setup.py build and got: building library "npymath" sourcescustomize GnuFCompilerCould not locate executable g77Could not locate executable f77customize IntelFCompilerCould not locate executable ifortCould not locate executable ifccustomize LaheyFCompilerCould not locate execu

[Numpy-discussion] numpy1.6.1 install fortran compiler error

2011-12-20 Thread Jack Bryan
Hi, In order to install scipy, I am trying to install numpy 1.6.1. on GNU/linux redhat 2.6.18. But, I got error about fortran compiler. I have gfortran. I do not have f77/f90/g77/g90. I run :python setup.py build --fcompiler=gfortran It woks well and tells me that customize Gnu95FCompilerFo