I found the warn*.txt file under the build directory. It is full of
lines of "W: no module named X"
{{{
W: no module named configparser (conditional import by
leo.plugins.mod_http)
W: no module named org (delayed import by xml.sax)
W: no module named _dummy_threading (top-level import by
dummy_threading)
}}}
.../pyinstaller/doc/Manual.html#buildtime-warnings indicates these are
likely harmless.
I tried ` --log-level=DEBUG` but there was no change in the error
messages. Any suggestions as to what I might try next?
thanks.
-matt
--
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.