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
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
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
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
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