8 May 2005 20:44
module won't run in IDLE: puzzling traceback
Brian van den Broek <bvande <at> po-box.mcgill.ca>
2005-05-08 18:44:39 GMT
2005-05-08 18:44:39 GMT
Hi all,
I'm a hobbyist who posts mostly to Tutor; I'm doing my level best to
handle this "right". Apologies for any mis-steps. I have googled the
web and searched the gmane archive of this list for the terms
asyncqueue and putmessage but did not come up with anything that I
recognized as relevant.
The problem:
I have a module which, when I run it with IDLE 1.1.1 produces the
following traceback:
IDLE 1.1.1
>>> ================================ RESTART
================================
>>>
Traceback (most recent call last):
File "C:\PYTHON24\lib\idlelib\rpc.py", line 233, in asyncqueue
self.putmessage((seq, request))
File "C:\PYTHON24\lib\idlelib\rpc.py", line 333, in putmessage
raise IOError
IOError
It leaves the program running (attempts to close the shell window
produce a "The program is still running!" dialog). My environment is
Python 2.4.1 running on a WindowsME box. Possibly of relevance: 1) I
run ZoneAlarm, and 2) I often, but unpredictably, get the IDLE
subprocess error message when attempting to relaunch IDLE after having
shut it down, and have to kill a running Pythonw process in
(Continue reading)
RSS Feed