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