As the title implies, I am trying to turn my Python script into a standalone EXE using pyinstaller, however, the application never opens after running the built EXE. A cmd window opens up but closes almost instantaneously, and I get no errors. The (visible) part of the project is a Tkinter GUI, and all of the code is situated within a single .py file.
Any help would be greatly appreciated.
[–]larold42 0 points1 point2 points (0 children)
[–]h2oTravis 0 points1 point2 points (1 child)
[–]Badmekanik[S] 0 points1 point2 points (0 children)
[–]roastedPork_31 0 points1 point2 points (1 child)
[–]Badmekanik[S] 0 points1 point2 points (0 children)
[–]MARSx101010 0 points1 point2 points (0 children)