I am trying to bundle my python app for one click use. The app is fast to start until I bundle it with onefile. Then it takes a few minutes to do anything. The exe bundle is around 21mb give or take. UPX puts it around 19mb.
>From what I've read, this is because it is unpacking. My first thought to solve the problem is to unpack to the same folder everytime using an on disk cache so that the directory is only cleared and unpacked once per version per system. Is this possible? Slow startup on the first run is perfectly acceptable but it is annoying every time. Thanks! -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/af4ba626-bbf7-4a6a-8184-21347cb0401d%40googlegroups.com.
