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

2011-12-20 Thread Charles R Harris
On Tue, Dec 20, 2011 at 3:16 PM, Jack Bryan wrote: > Hi, > I have set up PYTHONPATH : > > >>> sys.path > ['', '/mypath/numpy/lib/python2.7/site-packages', '/ > mypath/python272/lib/python27.zip', > '/ mypath/python272/lib/python2.7', '/ > mypath/python272/lib/python2.7/plat-linux2', > '/ mypat

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 Robert Kern
On Tue, Dec 20, 2011 at 20:23, Derek Homeier wrote: > On 20.12.2011, at 9:01PM, Jack Bryan wrote: > >> customize Gnu95FCompiler using config >> C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 >> -Wall -Wstrict-prototypes -fPIC >> >> compile options: '-Inumpy/core/src/

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

2011-12-20 Thread Derek Homeier
On 20.12.2011, at 9:01PM, Jack Bryan wrote: > customize Gnu95FCompiler using config > C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 > -Wall -Wstrict-prototypes -fPIC > > compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core > -Inumpy/core/src/np

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

2011-12-20 Thread Jack Bryan
typeslib.py _import_tools.py matlib.pycsetupscons.pyctypeslib.pyc _import_tools.pyc matrixlib setupscons.pyc Any help is really appreciated. thanks > From: de...@astro.physik.uni-goettingen.de > Date: Tue, 20 Dec 2011 20:43:53 +0100 > To: numpy-discussion@scipy.

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

2011-12-20 Thread Derek Homeier
Hi Jack, > 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. > that's good! > I run : > python setup.py build --fcompiler=gfortran > > It woks well

[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