Greg Copeland wrote: > I would like to create a data package to be included with in single > file executable. Thus far, I seem to be coming up empty on exactly > how to do this. I can add data files without issue but having it > create a package and add it is perplexing.
> The other item which seems to be lacking on my part is automatic > extraction on start up. I assume I need to openEmbedded on the > binary, when the application is detected as frozen, and itterate > through each item, extracting as I go? Hmm. If that is the case, > perhaps simply not attaching the datafiles is a better direction. In case you hadn't already seen them, the PyInstaller Manual (http://pyinstaller.hpcf.upr.edu/docs/Manual_v1.1.html) has a couple of sections that might help: 'Adapting to being "frozen"' and 'Accessing Data Files' HTH -- Don Dwiggins Advanced Publishing Technology --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
