Re: [IronPython] Problem with Thread.Sleep

2009-02-09 Thread Carl Trachte
; 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

Re: [IronPython] Problem with Thread.Sleep

2009-02-09 Thread Michael Foord
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:

Re: [IronPython] Problem with Thread.Sleep

2009-02-09 Thread Dino Viehland
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

Re: [IronPython] Problem with Thread.Sleep

2009-02-09 Thread Carl Trachte
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

Re: [IronPython] Problem with Thread.Sleep

2009-02-09 Thread Michael Foord
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