Re: Importing DLLs

2007-08-20 Thread Gabriel Genellina
En Wed, 15 Aug 2007 14:20:26 -0300, Corbitt, Kyle [EMAIL PROTECTED] escribi�: I'm running Linux with Python 2.3. I have a C shared object file (*.so) and I need to be able to call its functions from within Python. I have found a couple of Python modules that allow me to do this (dl,

Importing DLLs

2007-08-15 Thread Corbitt, Kyle
I'm running Linux with Python 2.3. I have a C shared object file (*.so) and I need to be able to call its functions from within Python. I have found a couple of Python modules that allow me to do this (dl, ctypes) but unfortunately I am only able to get them to return integers, even for