Re: [Tutor] TimeOut in

2009-11-11 Thread OkaMthembo
Hi Somnath, I think the exception simply means that the thread object or class does not have a cancel function. maybe read docs on Python threads to see what functions can be called on those? On Sun, Nov 8, 2009 at 9:09 PM, somnath chakrabarti < chakrabarti.somn...@gmail.com> wrote: > Hi Alan, >

Re: [Tutor] TimeOut in

2009-11-08 Thread Alan Gauld
"somnath chakrabarti" wrote Below is the code that I have written to do the timeout implementation. But I am getting error as follows. Can anybody please help me where I am going wrong? I have no idea how this framework is upposed to work but my guess is that the problem lies here: de