Re: need help about time.sleep, timer

2005-11-22 Thread Sinan Nalkaya
Bengt Richter wrote: >On Mon, 21 Nov 2005 10:35:20 +0200, Sinan Nalkaya <[EMAIL PROTECTED]> wrote: > > > >>Dennis Lee Bieber wrote: >> >> >> >>>On Fri, 18 Nov 2005 22:45:37 -0500, Peter Hansen <[EMAIL PROTECTED]> >>>declaimed the following in comp.lang.python: >>> >>> >>> >>> >>>

Re: need help about time.sleep, timer

2005-11-21 Thread Bengt Richter
On Mon, 21 Nov 2005 10:35:20 +0200, Sinan Nalkaya <[EMAIL PROTECTED]> wrote: >Dennis Lee Bieber wrote: > >>On Fri, 18 Nov 2005 22:45:37 -0500, Peter Hansen <[EMAIL PROTECTED]> >>declaimed the following in comp.lang.python: >> >> >> >>>It's quite unclear whether the last part, above, is one of yo

Re: need help about time.sleep, timer

2005-11-21 Thread Steve Holden
Sinan Nalkaya wrote: > Dennis Lee Bieber wrote: > > >>On Fri, 18 Nov 2005 22:45:37 -0500, Peter Hansen <[EMAIL PROTECTED]> >>declaimed the following in comp.lang.python: >> >> >> >> >>>It's quite unclear whether the last part, above, is one of your >>>*requirements*, or a description of a probl

Re: need help about time.sleep, timer

2005-11-21 Thread Sinan Nalkaya
Dennis Lee Bieber wrote: >On Fri, 18 Nov 2005 22:45:37 -0500, Peter Hansen <[EMAIL PROTECTED]> >declaimed the following in comp.lang.python: > > > >>It's quite unclear whether the last part, above, is one of your >>*requirements*, or a description of a problem you are having with your >>curren

Re: need help about time.sleep, timer

2005-11-18 Thread Peter Hansen
Sinan Nalkaya wrote: > i need a function like that, > wait 5 seconds: >(during wait) do the function > but function waits for keyboard input so if you dont enter any it waits > forever. It's quite unclear whether the last part, above, is one of your *requirements*, or a description of a prob

need help about time.sleep, timer

2005-11-18 Thread Sinan Nalkaya
hello, i need a function like that, wait 5 seconds: (during wait) do the function but function waits for keyboard input so if you dont enter any it waits forever. i tried time.sleep() but when i used time.sleep in while, the function in while never executed. then i found something about Timer