Re: [Numpy-discussion] Error in numpy 1.4.0 dev 07384

2009-09-15 Thread Nadav Horesh
it! > > Thanks, > >Nadav > > -הודעה מקורית- > מאת: numpy-discussion-boun...@scipy.org בשם Citi, Luca > נשלח: ג 15-ספטמבר-09 11:32 > אל: Discussion of Numerical Python > נושא: Re: [Numpy-discussion] Error in numpy 1.4.0 dev 07384 > > I got the same pr

Re: [Numpy-discussion] Error in numpy 1.4.0 dev 07384

2009-09-15 Thread Ryan May
; Thanks, > >Nadav > > -הודעה מקורית- > מאת: numpy-discussion-boun...@scipy.org בשם Citi, Luca > נשלח: ג 15-ספטמבר-09 11:32 > אל: Discussion of Numerical Python > נושא: Re: [Numpy-discussion] Error in numpy 1.4.0 dev 07384 > > I got the same problem when compiling a ne

Re: [Numpy-discussion] Error in numpy 1.4.0 dev 07384

2009-09-15 Thread Nadav Horesh
That it! Thanks, Nadav -הודעה מקורית- מאת: numpy-discussion-boun...@scipy.org בשם Citi, Luca נשלח: ג 15-ספטמבר-09 11:32 אל: Discussion of Numerical Python נושא: Re: [Numpy-discussion] Error in numpy 1.4.0 dev 07384 I got the same problem when compiling a new svn revision with

Re: [Numpy-discussion] Error in numpy 1.4.0 dev 07384

2009-09-15 Thread Citi, Luca
I got the same problem when compiling a new svn revision with some intermediate files left from the build of a previous revision. Removing the content of the build folder before compiling the new version solved the issue. ___ NumPy-Discussion mailing li

[Numpy-discussion] Error in numpy 1.4.0 dev 07384

2009-09-14 Thread Nadav Horesh
I compiled the recent numpy from svn on gentoo-amd64, since then I often get the error message: RuntimeError: FATAL: module compiled aslittle endian, but detected different endianness at runtime Of course AMD64 is little endian, and array's byteorder is little endian by default. Grepping show