Skip to content
Advertisement

Tag: temp

Pyinstaller one file package is leaving temp files when crashed, how to clean those automatically?

I am using pyinstaller to create one file executable with command line. Like all “one file” exeutables, it extracts binaries/dependencies in one temporary folder of OS whenever opened. It generally clean those after closing the application properly but when I close the command line (or when the app crashes) then it leaves all those extracted temp files behind in that

Advertisement