; Thread.Sleep(4000)
>>> # paused for 4 seconds with no warning.
Carl T.
>>
>> -Original Message-
>> From: users-boun...@lists.ironpython.com
>> [mailto:users-boun...@lists.ironpython.com] On Behalf Of Carl Trachte
>> Sent: Monday, February 09
un...@lists.ironpython.com] On Behalf Of Carl Trachte
Sent: Monday, February 09, 2009 8:26 AM
To: Discussion of IronPython
Subject: Re: [IronPython] Problem with Thread.Sleep
Michael,
You are a hero. Thanks.
Carl T.
On Mon, Feb 9, 2009 at 9:21 AM, Michael Foord wrote:
Carl Trachte wrote:
s-boun...@lists.ironpython.com
[mailto:users-boun...@lists.ironpython.com] On Behalf Of Carl Trachte
Sent: Monday, February 09, 2009 8:26 AM
To: Discussion of IronPython
Subject: Re: [IronPython] Problem with Thread.Sleep
Michael,
You are a hero. Thanks.
Carl T.
On Mon, Feb 9, 2009 at 9:21 AM, Michae
Michael,
You are a hero. Thanks.
Carl T.
On Mon, Feb 9, 2009 at 9:21 AM, Michael Foord wrote:
> Carl Trachte wrote:
>>
>> Hello.
>>
>> I'm a bit late to the 2.0 party, but I'm trying to upgrade my environment.
>>
>> This code fails:
>>
>>
>
> from System.Threading import Thread
> Thr
Carl Trachte wrote:
Hello.
I'm a bit late to the 2.0 party, but I'm trying to upgrade my environment.
This code fails:
from System.Threading import Thread
Thread.Sleep(3000)
Traceback (most recent call last):
File "", line 1, in
File "C:\Program Files\IronPython 2.0\Lib\warn