Wrapper module for Linux shared lib

E

Ernesto

What's the best resource for finding out how to write a wrapper module
for a shared library file *.so* in Linux?
 
S

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
 
M

Michele Petrazzo

Ernesto said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,264
Messages
2,571,321
Members
48,004
Latest member
KelseyFors

Latest Threads

Top