[SciPy-dev] Status of weave

C. Ball ceball at users.sourceforge.net
Tue Jan 15 08:58:50 EST 2008


 
> I'm not a waeve or even a numpy expert but IMHO weave is a proxy between
> blitz and numpy, 'object's are completely different deals.

Thanks for your reply.

All I want to do is to be able to iterate through a numpy array
of python objects (each of which contains its own numpy array) 
from within weave C code. That currently fails because each array 
element is of type 'O'.

Am I doing something wrong, or is it not possible to process numpy
arrays of objects from within weave?


Thanks,
Chris 





More information about the SciPy-Dev mailing list