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