+ 4
Running .exe file in win 10 (Запуск файла .exe в win 10)
Using pyinstaller, created an .exe file from a .py file. After starting the .exe file in win 10 and executing the program, the window immediately closes. Tell me how to make the window not close by itself. С помощью pyinstaller создал файл .exe из файла .py. После запуска в win 10 файла .exe и выполнения программы окно сразу же закрывается. Подскажите как сделать так, чтобы окно не закрывалось само.
2 Answers
+ 4
Found a simple solution - just added input () on the last line
+ 4
Martin Taylor Thanks. I understood you, I will think of something better