[Numpy-discussion] Segfault with simplest operation on extensionmodule using numpy (original) (raw)
Albert Strasheim fullung at gmail.com
Fri Jun 16 14:04:38 EDT 2006
- Previous message (by thread): [Numpy-discussion] Segfault with simplest operation on extension module using numpy
- Next message (by thread): [Numpy-discussion] tiny patch + Playing with strings and my own array descr (PyArray_STRING, PyArray_OBJECT).
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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: numpy-discussion-bounces at lists.sourceforge.net [mailto:numpy-_ _discussion-bounces at lists.sourceforge.net] On Behalf Of Glen W. Mabey Sent: 16 June 2006 18:24 To: numpy-discussion at lists.sourceforge.net 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.
- Previous message (by thread): [Numpy-discussion] Segfault with simplest operation on extension module using numpy
- Next message (by thread): [Numpy-discussion] tiny patch + Playing with strings and my own array descr (PyArray_STRING, PyArray_OBJECT).
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]