开发者

IDLE wont start Python 2.6.5

开发者 https://www.devze.com 2023-01-03 09:50 出处:网络
I was using it as my primary text editor for quite sometime. However, one day it just stopped working. This had happened to me several times before, so I simply tried to end all procceses using window

I was using it as my primary text editor for quite sometime. However, one day it just stopped working. This had happened to me several times before, so I simply tried to end all procceses using windows task manager. However that didn't work. I've recentl开发者_开发技巧y tried getting it to work again. Whenever I try to reopen it it informs me that it's subprocess couldn't connect. I tried uninstalling it and reinstalling it, yet the problem persists.

Anyone have any other solutions?

Important facts: Windows 7, Python 2.6.5


Honestly I would advise you to stop using IDLE, the fact that it runs program code in the same process as itself caused me a lot of problems when I used it, including things like not refreshing imported modules that were modified. Personally I switched to emacs, but you might like to try something like Notepad++.

0

精彩评论

暂无评论...
验证码 换一张
取 消