Wrapper module for Linux shared lib

Michele Petrazzo michele.petrazzo at TOGLIunipex.it
Fri Sep 16 12:40:17 EDT 2005


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



More information about the Python-list mailing list