Python IDLE is not starting on Windows 7

前端 未结 10 1669
南旧
南旧 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 04:59

    I got the same problem on window 10. Steps to solve the problem:

    1. Locate the .idlerc folder in your profile directory (e.g. C:\Users\{your-username} without the braces).
    2. Delete the .idlerc directory.

    It worked for me...

提交回复
热议问题