Mathew Schwartz píše v Po 29. 04. 2013 v 03:15 -0700:
> "If the import messages say "module not found", but the
> warnproject.txt file has no "no module named..." message for the same
> module, then the problem is a hidden import." 
> 
> ...but I do get the no module named error. 

There will be always some warnings 'no module named' ...

because some python modules have conditional import based on some
conditions (e.g. OS, etc.).

warning means that you should verify if it's reasonable or not.

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to