[EMAIL PROTECTED] wrote:
> Versions:
> Python 2.5.1 (r251:54863, May 14 2007, 10:50:04)
> SWIG Version 1.3.20
>
> Hello I have some code that wraps a C++ library so I may use it in
> python. The code basically just gets some data and puts it in the
> PyArrayObject* which is returned as a PyObject*
Versions:
Python 2.5.1 (r251:54863, May 14 2007, 10:50:04)
SWIG Version 1.3.20
Hello I have some code that wraps a C++ library so I may use it in
python. The code basically just gets some data and puts it in the
PyArrayObject* which is returned as a PyObject*.
I then call it from python like so: