Relative Content

Tag Archive for python-3.xmatplotlibpyqtpyinstaller

Pyinstaller executable dependant on external python installation

I have a few python applications that use the same environment. The applications use matplotlib and Qt and as a result, a single file executable created using pyinstaller is around 200+ MB. I suspect, the bulk of this is made up by the DLLs. All applications combined are about a 1 GB+ download.