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

前端 未结 11 2151
花落未央
花落未央 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 05:01

    For me: The drive pointed to by HOMEDRIVE was not writeable. I checked this by running idle the hard way, explicitly using python.exe rather than pythonw.exe:

    C:\coding\xyz>"C:\Python27\Lib\idlelib\..\..\python.exe"  
    "C:\Python27\Lib\idlelib\idle.pyw"
    
     Warning: unable to create user config directory
    P:\.idlerc
     Check path and permissions.
     Exiting!
    

提交回复
热议问题