Re: [Tutor] The IDLE subprocess

2007-04-29 Thread Luke Paireepinart
Alan Gilfoy wrote: > Often, when I am developing code, I get an error message saying that > "IDLE's subprocess can't make connection" > > Sometimes this happends when I have IDLE open, and am about to hit F5 > to run a program-in-process. > Sometimes it happens when I opne up IDLE the first tim

[Tutor] The IDLE subprocess

2007-04-29 Thread Alan Gilfoy
Often, when I am developing code, I get an error message saying that "IDLE's subprocess can't make connection" Sometimes this happends when I have IDLE open, and am about to hit F5 to run a program-in-process. Sometimes it happens when I opne up IDLE the first time. It's often fixed on restar