Python IDLE is not starting on Windows 7

前端 未结 10 1664
南旧
南旧 2021-02-09 04:31

I used to use Python 2.7 and then IDLE was working. I uninstalled it and installed Python 3.1.
Right now Idle cannot launch. What should i do to get it running?

NOTE

10条回答
  •  失恋的感觉
    2021-02-09 05:13

    Just try to delete the files which end with .idlerc in your profile.

    1. Enter , and type %USERPROFILE%\.idlerc
    2. delete all files in idlerc folder
    3. it works on my PC(win7 OS)
    

提交回复
热议问题