Michele wrote:
> Hi there,
> I would like to call C functions in a Python program, passing
> user-defined objects and primitive python types (str, ints, etc.); of
> course I also want to receive data from these functions, manipulating it
> in my python program.
> First of all: is this possible?
>
On 2008-10-18, Michele <[EMAIL PROTECTED]> wrote:
> I would like to call C functions in a Python program, passing
> user-defined objects and primitive python types (str, ints, etc.); of
> course I also want to receive data from these functions, manipulating it
> in my python program.
> First of al
Michele:
> I would like to call C functions in a Python program,
First of all take a look at the standard module ctypes.
Bye,
bearophile
--
http://mail.python.org/mailman/listinfo/python-list
Hi there,
I would like to call C functions in a Python program, passing
user-defined objects and primitive python types (str, ints, etc.); of
course I also want to receive data from these functions, manipulating it
in my python program.
First of all: is this possible?
Secondly, what's the mapping b