Am 23.10.2011 20:41, schrieb Chris Ball:
The first is: can I tell PyInstaller to include a module/package even if it is not explicitly imported by my script?
Currently the only way is to write a hook. When using SVn trunk, you may use the option --additional-hooks-dir=HOOKSPATH.
Further, there is <http://www.pyinstaller.org/ticket/305> to implement some way for specifying hidden imports in the .spec file.
-- 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.
