Trouble Passing Array of Strings (using Numeric) to C Extension Module

goetzie eric.goetzinger at seagate.com
Thu Sep 21 13:43:50 EDT 2006


Travis E. Oliphant wrote:
>
> PyString_Check( *( ( PyObject ** )( pArray->data ) ) );
>

Thank you very much Travis!  My mistake is now quite obvious (and
should have been right from the start).

Regarding NumPy, I probably should upgrade from Numeric.  It's just
hard to change something that is currently working fine for me and my
users.




More information about the Python-list mailing list