Re: threading IOError

2005-12-15 Thread Gabriel Genellina
Andrew MacIntyre ha escrito: > Gabriel Genellina wrote: > > File "C:\Apps\Python\Lib\threading.py", line 218, in wait > > remaining = endtime - _time() > > IOError: [Errno 2] No such file or directory > > > > The error appears to be inside the time module, and I can't explain the > > IOError

Re: threading IOError

2005-12-13 Thread Andrew MacIntyre
Gabriel Genellina wrote: > Hi > > I'm using Python 2.4.2 on Windows 98 SE. > > In a program with several threads, sometimes (I cant determine exactly > when or why) one thread dies with the following traceback: > > 12/13/05 02:17:47 (WatchDog ) Unhandled thread exception > Traceback (most

threading IOError

2005-12-13 Thread Gabriel Genellina
Hi I'm using Python 2.4.2 on Windows 98 SE. In a program with several threads, sometimes (I cant determine exactly when or why) one thread dies with the following traceback: 12/13/05 02:17:47 (WatchDog ) Unhandled thread exception Traceback (most recent call last): File "E:\prog\pop3\Tas