Re: [Numpy-discussion] Numpy 1.6.1 installation problem

2012-02-15 Thread Olivier Delalleau
Le 15 février 2012 07:29, Martin Raspaud a écrit : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 14/02/12 16:48, Bruce Southey wrote: > > On 02/14/2012 09:40 AM, Olivier Delalleau wrote: > >> Really not an expert here, but it looks like it's trying various > >> compilation options, som

Re: [Numpy-discussion] Numpy 1.6.1 installation problem

2012-02-15 Thread Martin Raspaud
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14/02/12 16:48, Bruce Southey wrote: > On 02/14/2012 09:40 AM, Olivier Delalleau wrote: >> Really not an expert here, but it looks like it's trying various >> compilation options, some work and some don't, and for some reason >> it's really unhappy

Re: [Numpy-discussion] Numpy 1.6.1 installation problem

2012-02-14 Thread Bruce Southey
On 02/14/2012 09:40 AM, Olivier Delalleau wrote: Really not an expert here, but it looks like it's trying various compilation options, some work and some don't, and for some reason it's really unhappy about the one where it can't find Python.h. Maybe add /usr/include/python2.6 to your CPATH, see

Re: [Numpy-discussion] Numpy 1.6.1 installation problem

2012-02-14 Thread Olivier Delalleau
Really not an expert here, but it looks like it's trying various compilation options, some work and some don't, and for some reason it's really unhappy about the one where it can't find Python.h. Maybe add /usr/include/python2.6 to your CPATH, see if that helps (and make sure permissions are correc

[Numpy-discussion] Numpy 1.6.1 installation problem

2012-02-14 Thread Martin Raspaud
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I am trying to compile numpy 1.6.1 from source on a Redhat Linux enterprise 6 machine, and I get a problem with Python.h : somehow it can't be located by numpy's install script: SystemError: Cannot compile 'Python.h'. Perhaps you need to insta