Python Forum

Full Version: strategy to troubleshoot what pyinstaller misses
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On linux machine, have an app that incorporates kivy and runs from command line fine. After creating a .spec file and adding some needed datas, trying to open the project in dist folder bombs after a brief opening of the kivy GUI.

Note that on the PS Cmd. there is no warning while pyinstaller is doing its thing.

In the same environment I have looked in the build/NAME/warn-NAME.txt. log. It indicates a slew of "missing modules" which " I would not know which ones to really go after.

Looked in the /var/log but there are so many logs I did not have a clue if any could reveal what my issue is.

Is there another log file that I need to be aware of to help me troubleshoot this problem-maybe a kivy log,etc?