C
C
cakestrange2021-07-16 14:54:07
Building projects
cakestrange, 2021-07-16 14:54:07

The compiled .exe file does not open, what should I do?

I wrote a program on the tkinter module, tried to compile the file into a .exe file, the dist, build, pycache folders were created, all the files are also in them, but when the .exe file is opened, the console opens and immediately disappears, the interface does not open, I tried to compile through pyinstaller - w main.py won't open at all, what should I do?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vindicar, 2021-07-16
@Vindicar

Open a terminal (cmd) and run the executable in it. Most likely, the program throws an exception and immediately exits.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question