Re: [Numpy-discussion] failure building trunk with mingw

2009-11-15 Thread David Cournapeau
josef.p...@gmail.com wrote: > Are there new changes to the configuration needed? mingw 3.4.5, > WindowsXP, Python 2.5.2 > > Python.h is not picked up anymore: > > _configtest.c:1:20: Python.h: No such file or directory > > Josef > > C:\Josef\_progs\Subversion\numpy-trunk>setup.py bdist Could you

Re: [Numpy-discussion] Summing an array with dtype=object

2009-11-15 Thread Pierre GM
On Nov 16, 2009, at 12:16 AM, Robert Kern wrote: > On Sun, Nov 15, 2009 at 23:11, Pierre GM wrote: >> All, >> An issue was recently raised about summing a MaskedArray with a np.object >> dtype. Turns out that the problem is numpy based: >> Let's sum using integers > type(np.sum([1,2,3], dty

Re: [Numpy-discussion] Summing an array with dtype=object

2009-11-15 Thread Robert Kern
On Sun, Nov 15, 2009 at 23:11, Pierre GM wrote: > All, > An issue was recently raised about summing a MaskedArray with a np.object > dtype. Turns out that the problem is numpy based: > Let's sum using integers type(np.sum([1,2,3], dtype=np.int32)) > > > Now, with a np.object dtype:  ty

[Numpy-discussion] Summing an array with dtype=object

2009-11-15 Thread Pierre GM
All, An issue was recently raised about summing a MaskedArray with a np.object dtype. Turns out that the problem is numpy based: Let's sum using integers >>> type(np.sum([1,2,3], dtype=np.int32)) Now, with a np.object dtype: >>> type(np.sum([1,2,3],dtype=object)) And we no longer have a np.o

[Numpy-discussion] failure building trunk with mingw

2009-11-15 Thread josef . pktd
Are there new changes to the configuration needed? mingw 3.4.5, WindowsXP, Python 2.5.2 Python.h is not picked up anymore: _configtest.c:1:20: Python.h: No such file or directory Josef C:\Josef\_progs\Subversion\numpy-trunk>setup.py bdist Running from numpy source directory. F2PY Version 2_77