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.
My data looks like: dir/file1 dir/file2 dir/file3 I would like the contents of dir to be packaged as dir.pkg. 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. Greg --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
