Ya, I saw those. The docs really only address extracting the data once it is there. I can't seem to find anything that covers adding data; especially package data. That appears to leave the source code as the only source of documentation.
Greg On Apr 4, 11:44 am, Don Dwiggins <[EMAIL PROTECTED]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
