Re: Wrapper module for Linux shared lib

2005-09-16 Thread Michele Petrazzo
Ernesto wrote: > What's the best resource for finding out how to write a wrapper > module for a shared library file *.so* in Linux? > If you have only the .so file, not the source, you can use ctypes. I work always with it without problems. Michele -- http://mail.python.org/mailman/listinfo/pyt

Re: Wrapper module for Linux shared lib

2005-09-16 Thread Matt Hammond
On Fri, 16 Sep 2005 15:49:15 +0100, Ernesto <[EMAIL PROTECTED]> wrote: > What's the best resource for finding out how to write a wrapper module > for a shared library file *.so* in Linux? I thoroughly recommend pyrex ... it was a joy to use: http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/

Re: Wrapper module for Linux shared lib

2005-09-16 Thread Sybren Stuvel
Ernesto enlightened us with: > What's the best resource for finding out how to write a wrapper > module for a shared library file *.so* in Linux? The extension documentation on the python website. Sybren -- The problem with the world is stupidity. Not saying there should be a capital punishment

Wrapper module for Linux shared lib

2005-09-16 Thread Ernesto
What's the best resource for finding out how to write a wrapper module for a shared library file *.so* in Linux? -- http://mail.python.org/mailman/listinfo/python-list