Python Forum
strategy to troubleshoot what pyinstaller misses - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: strategy to troubleshoot what pyinstaller misses (/thread-37282.html)



strategy to troubleshoot what pyinstaller misses - hammer - May-23-2022

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?