Re: [Python-Dev] IDLE timeout.

2009-04-15 Thread Alessio Giovanni Baroni
Ah, sometimes, the exception raised is following (slightly different from previous): Exception in Tkinter callback Traceback (most recent call last): File "/opt/python301/lib/python3.0/tkinter/__init__.py", line 1399, in __call__ return self.func(*args) File "/opt/python301/lib/python3.0/t

Re: [Python-Dev] IDLE timeout.

2009-04-15 Thread Ivan Krstić
On Apr 15, 2009, at 10:05 AM, Alessio Giovanni Baroni wrote: r, w, x = select.select([self.sock.fileno()], [], [], wait) select.error: (4, 'Interrupted system call') See here for an explanation of the same problem in another module:

[Python-Dev] IDLE timeout.

2009-04-15 Thread Alessio Giovanni Baroni
Hi to all, I write on this list, because the error concerns the internals (I think). The IDLE has a strange behaviour. Sometimes, randomly, the IDLE restart the interpreter, with the follow exception on console: Unhandled server exception! Thread: SockThrea