Comment on Compile Python applications into stand-alone executablesparentComments−scarygliders4yCorrect. I don't use --onefile at all. I go the old-skool way, and package my python Windows app(s) into an installer using Inno Setup.
Comments
Correct. I don't use --onefile at all. I go the old-skool way, and package my python Windows app(s) into an installer using Inno Setup.