Am 12.10.2011 13:48, schrieb RedBaron:
Is there a workaround/patch/technique which will enable executable to correctly find my modules
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.
-- 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.
