PySide2 licensing when using PyInstaller, cx_freeze
Unsolved
Qt for Python
-
Hi there,
can someone explain to me what are the pitfalls of licensing pyside2 (LGPL) in terms of PyInstaller?
Is a packed exe (UPX) still "dynamically linked" to the Qt libraries?
Or do i need to package the whole bundle as folder with a seperate sub folder for qt libraries?Thanks for your answers.