Running Python file by double-click

后端 未结 5 1917
Happy的楠姐
Happy的楠姐 2020-12-31 12:53

I have really annoying problem, I cannot run a Python file just by double-clicking.

I have tried to set it to open the file with idle.bat but that only

5条回答
  •  执笔经年
    2020-12-31 13:32

    Right click the file, select open with. If you want to simply run the script, find python.exe and select it. If you want to debug with IDLE, find that executable and select it.

提交回复
热议问题