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
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/
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
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