Python Q&A
一、在Windows 7 x64 安裝python 2.7 後,無法起動 IDLE (Python GUI)
Ans1:
Ans1:
- Locate the
.idlerc
folder in your profile directory (e.g.C:\Users\{your-username}
without the braces). - Delete the
.idlerc
directory.
留言