Using: pyinstaller svn as of 10/12. Windows. one-dir mode. I am trying to package something up (it's a module in site-packages), and after packaging, that module is looking for its configuration file inside the pyz file that is archived in my exe.
Is there a way to jam a data file inside a pyz? I attempted to do so by appending the tuple (x,y,'DATA') where x and y were the appropriate filenames, to a.pure that is passed to the PYZ function. That didn't work, because apparently everything in the PYZ file needs to be Python bytecode? Is there a way to stick a regular data file in the PYZ? -- Daniel Hyams [email protected] -- 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.
