On 1/13/07, asaf david <[EMAIL PROTECTED]> wrote:
> Hello
> i want to write a c function that receive and process a numpy array. to do
> so, i'm following this tutorial
> http://numpy.scipy.org/numpydoc/numpy-13.html
> as a start, i copy pasted the "A Simple Example" from the tutorial and
> compile
Hello
i want to write a c function that receive and process a numpy array. to do
so, i'm following this tutorial
http://numpy.scipy.org/numpydoc/numpy-13.html
as a start, i copy pasted the "A Simple Example" from the tutorial and
compiled the module as usual with no errors/warnings.
however, when