[issue10722] IDLE's subprocess didnit make connection ..... Python 2.7

2014-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: This should be closed as a duplicate of #14576. There is far more data on that issue and it refers to problems with 3.x. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org

[issue10722] IDLE's subprocess didnit make connection ..... Python 2.7

2014-07-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: This has been an occasional problem since forever. It even happened to me yesterday, once, but was solved by shutting things down and restarting. -- resolution: - duplicate stage: - resolved status: open - closed superseder: - IDLE: IDLE's

[issue10722] IDLE's subprocess didnit make connection ..... Python 2.7

2012-04-15 Thread Roger Serwy
Changes by Roger Serwy roger.se...@gmail.com: -- nosy: +serwy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10722 ___ ___ Python-bugs-list mailing

[issue10722] IDLE's subprocess didnit make connection ..... Python 2.7

2012-04-15 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: 3.2.3 and 2.7.3 are out. And I am running on win7 without problems. I have not tried running multiple shells of the same Python version, but I have occasionally run 2.7 and 3.2 simultaneously without problems that I noticed. Roger, does IDLE

[issue10722] IDLE's subprocess didnit make connection ..... Python 2.7

2012-04-15 Thread Roger Serwy
Roger Serwy roger.se...@gmail.com added the comment: The IDLE front-end doesn't receive anything about the subprocess failure mode. The poll_subprocess method in PyShell.py will restart the subprocess if the socket closes. (The pollpacket method in rpc.py raises an EOFError.) --

[issue10722] IDLE's subprocess didnit make connection ..... Python 2.7

2012-02-23 Thread Larry A. Taylor
Larry A. Taylor larry.tay...@bankofamerica.com added the comment: I have had this happen to me many times with Windows XP, the standard OS here. Using IDLE and Python 2.7. Some of the time the following applies: I have more than one Python Shell open at the same time. The first Python

[issue10722] IDLE's subprocess didnit make connection ..... Python 2.7

2012-02-23 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: Some changes have been made to the subprocess connection code since my last message here. I believe they occurred after the last releases. There should be new 2.7.3 and 3.2.3 releases in about a month, after PyCon. Larry, if you can

[issue10722] IDLE's subprocess didnit make connection ..... Python 2.7

2010-12-18 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: I do not have much to add, but second the idea of inquiring on python-list or the gmane mirror, especially about alternatives (other than Notepad, which is what I started with). Happily, IDLE has nearly always worked fine on my xp machine, so

[issue10722] IDLE's subprocess didnit make connection ..... Python 2.7

2010-12-17 Thread T Rink
T Rink t...@jm.rinkleff.com added the comment: Thanks for your comments. I also expect the problem is the interation of Python with Windows, but whether they fault lies by Python or Windows I cannot say. I can say that the problem seems to come and go away. Last night it did not work. This

[issue10722] IDLE's subprocess didnit make connection ..... Python 2.7

2010-12-16 Thread T Rink
New submission from T Rink t...@jm.rinkleff.com: Hi. My problem is that this evening, the message IDLE's subprocess didn't make connection. Either IDLE can't start a subprocess or personal firewall software is blocking the connection. appears after I hit F5 to run a file I am editing. The

[issue10722] IDLE's subprocess didnit make connection ..... Python 2.7

2010-12-16 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- nosy: +terry.reedy type: crash - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10722 ___

[issue10722] IDLE's subprocess didnit make connection ..... Python 2.7

2010-12-16 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Perhaps Terry will have some advice (I've added him as nosy), but you may have better luck asking on the python mailing list (see mail.python.org for list of lists) or its linked newsgroup comp.lang.python, or on the #python irc channel