On Oct 13, 1:03 pm, Hartmut Goebel <[email protected]> wrote:
> Easiest way should be collecting you Plugins as DATA files. (See the > wiki for this) Thus they get extracted into the temporary directory > (os.path.dirname(sys.executable)) and can be loaded from there as normally. Thanks for pointing that out. I read the manual and if I get it right there is no way of explicitly specifying (during MakeSpec) that certain files should be collected as DATA. Does that means I must manually edit the spec file and add a TOC entry for each DATA file I want to add? Or is there an automated way of specifying that. (What I want is that generating a new executable should be as automated as possible so that developer can edit the code and add plugins and leave the executable generation on autopilot) -- 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.
