Unfortunately I found no examples for this topic. I want to deploy my own application written by python and I using PySide (LGPL-licensed) for GUI surface. How can I link libraries dynamically? (in this case the application has not be opensource). Does the .exe binary code generated by pyinstaller or py2exe also dynamically binded?
Thanks a lot! Best regards