Why are python extensions shared libraries? Is it possible to make a static-linked library?

Posted by Andrew Moffat on Stack Overflow See other posts from Stack Overflow or by Andrew Moffat
Published on 2010-05-19T13:01:36Z Indexed on 2010/05/19 13:10 UTC
Read the original article Hit count: 196

Filed under:
|
|

I'm an extension noob. What I want to do is create an extension that doesn't require other libraries to be installed. Is this impossible because the extension has to link against a specific version of libpython at runtime?

© Stack Overflow or respective owner

Related posts about python

Related posts about extension