This problem is solved. Lisandro spent a bunch of time with me helping
to track it down. Thanks Lisandro!
On Mon, Nov 9, 2009 at 6:49 PM, Chris Colbert wrote:
> I've got an issue where trying to pass a numpy array to one of my
> cython functions fails, with the exception saying than 'int object
I've got an issue where trying to pass a numpy array to one of my
cython functions fails, with the exception saying than 'int objects
are not iterable'.
So somehow, my array is going from being perfectly ok (i can display
the image and print its shape and size), to going bad right before the
funct