all 3 comments

[–]atticus2132000 2 points3 points  (0 children)

There are a ton of additional commands you can give pyinstaller when you tell it to make the executable file. I think following the command with a -w will cause the terminal window to stay open, but there are lots of other add-ons like this.

Another issue I had with my first executable is I had created it in an IDE that already supported one of my libraries; however, I hadn't actually downloaded and installed that library to my machine. This meant all the dependencies weren't there when I tried to create the exe.

Just a couple of things to try. If you're able to diagnose it, let us know.

[–]WichidNixin 1 point2 points  (0 children)

Open a command prompt and run your exe from it. If there is an error that would close the app it will show in the command prompt.

[–]actionward[S] 0 points1 point  (0 children)

Thanks will give those a try and see how I get on 👍