Replymessage unavailable
LGPL has provisions that indicate that any code that is statically linked with a library needs to also be licensed LGPL (or maybe LGPL compatible - sharing the sources), but if you link with a piece of LGPL licensed code dynamically, then your code doesn't need to be LGPL licensed...
How does that work with Python?