[Numpy-discussion] build failure with macosx-10.5-fat64-2.6

2009-05-19 Thread David Warde-Farley
I've just tried a "fat 64" build (with a Python 2.6.2 that had been built similarly), and I'm getting this weird behaviour. The command I used was: CFLAGS="-O3 -Wall -DNDEBUG -g -fwrapv -Wstrict-prototypes -arch x86_64 -arch ppc64" python setup.py build It looks as though for some reason,

Re: [Numpy-discussion] numpy failure under Windows Vista 64 bit

2009-05-19 Thread David Cournapeau
Klaus Noekel wrote: > I doubt that the DLL was not physically present and rather suspect a > dependency on some other DLL that was missing. The INSTALL.TXT > unfortunately was not helpful. Can anybody please explain what other > dependencies exist? Anything else I need to install? > This exa

[Numpy-discussion] numpy failure under Windows Vista 64 bit

2009-05-19 Thread Klaus Noekel
Today I wanted to experiment with the AMD64 version of numpy. I am using Windows Vista 64 bit. I downloaded and installed today's Python 2.6.2 AMD64 and then numpy 1.3.0 AMD64. Executing "import numpy" (nothing else) yielded the following error message: IDLE 2.6.2 >>> import numpy Warning (fr