Robert Kern wrote:
>
>
> Did you call import_array() in init_mytest()?
>
No I didn't. Thank you very much for your help. Now it works.
With kind regards
Rolf Wester
--
http://mail.python.org/mailman/listinfo/python-list
Rolf Wester wrote:
> Hi,
>
> I' trying to make an extension module that passes Numeric arrays. The
> wrapper function is (swig generated and modified by myself):
>
> static PyObject *_wrap_my_func(PyObject *self, PyObject *args) {
> PyObject * resultobj = 0 ;
> PyObject * obj0 = 0 ;
>