Hi! I'm using NumPy and a set of other python libraries. Quite often, I've got to pass data between NumPy and some other library. Is there a way to pass data, without copying (fromstring/ tostring method) ? If not, is there more general interest ? There is a nice mehtod by Jim Fulton for exporting C API which could be used to do this. Thanks! Cheers, Dirk Engelmann