En Thu, 06 Dec 2007 08:03:49 -0300, Andreas Tawn
<[EMAIL PROTECTED]> escribió:
>> There was a strange error when using 'print' & threads. When
>> what I printed filled the entire screen, instead of moving
>> all the text up, IDLE just hanged. Try running your code from
>> the shell instead, to s
> I once made a small app that used threads on IDLE.
>
> There was a strange error when using 'print' & threads. When
> what I printed filled the entire screen, instead of moving
> all the text up, IDLE just hanged. Try running your code from
> the shell instead, to see if the problem is in IDL
I once made a small app that used threads on IDLE.
There was a strange error when using 'print' & threads. When what I printed
filled the entire screen, instead of moving all the text up, IDLE just
hanged. Try running your code from the shell instead, to see if the problem
is in IDLE.
HTH,
Sergio
On Dec 5, 10:37 am, "Andreas Tawn" <[EMAIL PROTECTED]> wrote:
> > > On Dec 5, 6:00 am, "Andreas Tawn" <[EMAIL PROTECTED]> wrote:
> > > > I'm trying to integrate the timeout function from
> > > herehttp://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/47
> > > 3878into a
> > > > long running autom
> > On Dec 5, 6:00 am, "Andreas Tawn" <[EMAIL PROTECTED]> wrote:
> > > I'm trying to integrate the timeout function from
> > herehttp://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/47
> > 3878into a
> > > long running automation script and the following code
> > causes IDLE after
> > > 20 o
> On Dec 5, 6:00 am, "Andreas Tawn" <[EMAIL PROTECTED]> wrote:
> > I'm trying to integrate the timeout function from
> herehttp://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/47
> 3878into a
> > long running automation script and the following code
> causes IDLE after
> > 20 or 30 iterations
On Dec 5, 6:00 am, "Andreas Tawn" <[EMAIL PROTECTED]> wrote:
> I'm trying to integrate the timeout function from
> herehttp://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/473878into a
> long running automation script and the following code causes IDLE after
> 20 or 30 iterations in countTest.