On 6/19/2009 10:23 AM, sandro dentella wrote: > Hi Giovanni, > > at Pycon3 you said that a new mode would be added in the following > few days to allow to keep > unzipped and readeable the source of the main package, if I > understood correctly. > > I don't see such an option unless is 'onedir' , can you please > explain better?
I'm focusing on releasing PyInstaller 1.4 right now. New features have been postponed. Anyway, you can obtain the same results by hand-editing your spec file. You must: 1) After the analysys step, filter the a.pure list so that all files in your project are removed from that list and moved into another list of "project files". 2) Add the project files through a final collect step. -- 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 -~----------~----~----~----~------~----~------~--~---
