I’m making a application in python from Windows. When I run it in the console, it stops, shows an error, and closes. I can’t see the error becase its too fast, and I can’t read it. I’m editing the code with IDLE (the program that came with python when I instaled it), and when I run it with the python shell, there are no errors. I would run it from IDLE, but when I use the console, it has more features.
I don’t know why this is happening. I need your help.
Run your program from a Windows command prompt. That will not automatically close when the program finishes.
If you run your program by double-clicking on the
.pyfile icon, then Windows will close the window when your program finishes (whether it was successful or not).