On Wed, Nov 24, 2010 at 11:35, NumPyStudent <[email protected]> wrote: > > Well, I believe I should problably use the PyArray_API instead > (http://www.velocityreviews.com/forums/t358140-re-dynamically-loaded-libraries.html), > since it seems it's implemented in NumPy for this exact reason(?). > Can anyone point me in the direction of a good step-step guide og using this > api to export function pointers from NumPy to your own modules?
http://docs.scipy.org/doc/numpy/user/c-info.how-to-extend.html?highlight=import_array -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
