On 6/18/2009 2:23 PM, Scott Wang wrote: > Hi, folks, > > I have been using PyInstaller on Linux for a while. We build a > wxPython based GUI program. The final single image is about 10+ MB. > The unzipped files in /tmp directory for each running instance of our > program is about 50+ MB. After I try to lunch a few times, the total > size of the temp directories added up to a few hundred MBs. > > I consult the user PyInstaller user manaul. But I failed to find the > relevant information? > > My question are > > 1) when will the temp directory get clean up? > 2) Who is doing the cleanup?
The bootloader takes care of cleaning up the temporary directory when the application exits. Since 1.3, we fixed several bugs regarding this specific point, so I encourage you to upgrade to SVN trunk and try again. > Also, How about on Windows? We will be release the Windows based > application too. PyInstaller supports Windows as well (modulo bugs ;). -- Giovanni Bajo Develer S.r.l. http://www.develer.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/PyInstaller?hl=en -~----------~----~----~----~------~----~------~--~---
