PySide2/PyQt5 compile to exe
Unsolved
Qt for Python
-
I compiled pyside2 program https://github.com/shashankx86/Spotify-Downaloder to exe but it takes lot of space
How do I compile it so that it takes less space? -
I compiled pyside2 program https://github.com/shashankx86/Spotify-Downaloder to exe but it takes lot of space
How do I compile it so that it takes less space?@shashankx86 Don't use the onefile option, remove the .dlls you don't use.
-
I use one dir option and How I get to know which .dll un not in use
what if all .dll in use -
I use one dir option and How I get to know which .dll un not in use
what if all .dll in use@shashankx86 try and failure