.app made using PyInstaller closes straight away?

前端 未结 4 1332
[愿得一人]
[愿得一人] 2021-02-09 03:47

I have attempted to convert my python program into a .app using PyInstaller. The actual code runs fine through IDLE, but everytime I try and run the newly converted .app, it clo

4条回答
  •  你的背包
    2021-02-09 04:04

    Maybe try to launch the executable from the windows >execute >cmd windows instead of double clicking on the executable (I suppose you are using windows)

    UPDATE

    This method will show it clearly if there is any error causing your application to closes prematurely

提交回复
热议问题