Hi all, I never thought I’d have such a hard time compiling an app. It’s my first Python app and I have a complex project that has several modules and subfolders. My modules are spread out in the subfolders, as are SQLITE3 databases, image, text and audio files. I’m trying to compile the app and after struggling with pyinstaller I finally got it to compile, but when I run the exe nothing happens and even running it from a shell window returns no error messages. I’m stuck because there’s no visible error to debug. I created a script that creates a spec file adding resourse subfolders and all my dependencies.
Does anyone have any suggestions?
Thanks.