From: Albert S. <fu...@gm...> - 2006-06-16 18:04:44
|
Hey Glen http://www.scipy.org/Cookbook/C_Extensions covers most of the boilerplate you need to get started with extension modules. Regards, Albert > -----Original Message----- > From: num...@li... [mailto:numpy- > dis...@li...] On Behalf Of Glen W. Mabey > Sent: 16 June 2006 18:24 > To: num...@li... > Subject: [Numpy-discussion] Segfault with simplest operation on > extensionmodule using numpy > > Hello, > > I am writing a python extension module to create an interface to some C > code, and am using numpy array as the object type for transferring data > back and forth. |