Am 13.10.2011 10:57, schrieb RedBaron:
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.
Adding datafiles can not be done via MakeSpec, you'll need to edit the .spec file. The .spec file is a normal Python file, which gets executed, thus you can write some lines of code collecting all your Plugins and generate the TOC.
-- Schönen Gruß - Regards Hartmut Goebel Dipl.-Informatiker (univ.), CISSP, CSSLP Goebel Consult Spezialist für IT-Sicherheit in komplexen Umgebungen http://www.goebel-consult.de Monatliche Kolumne: http://www.cissp-gefluester.de/ Goebel Consult ist Mitglied bei http://www.7-it.de -- 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.
