Python error - IDLE's subprocess didn't make connection. Either IDLE can't start or personal firewall software is blocking connection

前端 未结 11 2000
花落未央
花落未央 2021-02-07 04:12

I am new to programming and i decided to learn Python first, so;

I installed Python, latest version 3.4. and I am trying to open Python IDLE(GUI) mode, so when I open I

11条回答
  •  我在风中等你
    2021-02-07 04:43

    My problem was that the .py file wasn't on my local machine. It was on a shared directory.

    After moving the file to my local machine, I quit getting the error.

提交回复
热议问题