Czarek píše v Ne 20. 11. 2011 v 12:53 -0800:
> Like I said, onefile mode does not always work, some of the
> dependencies
> are missing and I need to copy them manually.

Then you could try create import hook for the python package of your app
and specify there variable 'hiddenimports' where you would set names of
your missing modules in .pyd. This variable should tell pyinstaller to
include these modules with your app. 

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