Am Dienstag, 16. August 2011 schrieb Hartmut Goebel:
> 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.

Is it possible to use a hook file e.g. with hiddenimports = ['edit_widet'] 
too?

Regards,
Carsten

-- 
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.

Reply via email to