Re: [Numpy-discussion] Compilation problems - bizzare

2008-05-05 Thread Charles R Harris
On Mon, May 5, 2008 at 5:33 PM, Thomas Hrabe <[EMAIL PROTECTED]> wrote: > Hi all, > > currently, I am writing a box of modular functions for exchanging python & > matlab objects (nd arrays in particular). > I am facing an odd problem which I can not explain to myself: > > I use > PyArg_ParseTuple

Re: [Numpy-discussion] Compilation problems - bizzare

2008-05-05 Thread Robert Kern
On Mon, May 5, 2008 at 6:33 PM, Thomas Hrabe <[EMAIL PROTECTED]> wrote: > > Hi all, > > currently, I am writing a box of modular functions for exchanging python & > matlab objects (nd arrays in particular). > I am facing an odd problem which I can not explain to myself: > > I use > PyArg_ParseT

[Numpy-discussion] Compilation problems - bizzare

2008-05-05 Thread Thomas Hrabe
Hi all, currently, I am writing a box of modular functions for exchanging python & matlab objects (nd arrays in particular). I am facing an odd problem which I can not explain to myself: I use PyArg_ParseTuple(args, "O!s",&PyArray_Type, &array,&na) for parsing the array and a string. This funct