Am 16.08.2011 20:41, schrieb Carsten Grohmann:
> It's analysed. It's integrated / packed. But it's not found! Why does 
> PyInstaller not use the integrated file?
[...]
>  (1774876, 1953, 5031, 1, 's', 'wxglade'),
>  (1776829, 1524, 4285, 1, 's', 'edit_widget')]
It looks as if you added the script as a script :-)

The loader imports all modules marked with "m", adds the zlib-Archive
marked with "z" and then runs each script marked with "s" (without
importing them). So edit_widget is not found in the path when wxglade is
running.

I'm afraid you'll need to add edit_widget as a module manually. Add it
to COLLECT() as shown in the TOC section of the manual.

HTH

-- 
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 mit Mitglied bei http://www.7-it.de


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to