Feb-13-2019, 07:38 PM
Hi,
i experimented a little bit with PySide2 in combinatin with QtQuick & pyInstaller. I just build a small demo application which loads a QML file and displays the UI.
So far it works well, with one exception: the resulting EXE is really huge. About 700MB
I did searched a bit to extract the packed DLLs and recognized that pyinstallers builds the executable with Debug&Release Qt DLLs.
Can someone point me to a direction where a can choose only to pack the Release Qt DLLs?
i experimented a little bit with PySide2 in combinatin with QtQuick & pyInstaller. I just build a small demo application which loads a QML file and displays the UI.
So far it works well, with one exception: the resulting EXE is really huge. About 700MB

I did searched a bit to extract the packed DLLs and recognized that pyinstallers builds the executable with Debug&Release Qt DLLs.
Can someone point me to a direction where a can choose only to pack the Release Qt DLLs?