[IronPython] Problem with Thread.Sleep

2009-02-09 Thread Carl Trachte
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 stdin, line 1, in module File C:\Program Files\IronPython 2.0\Lib\warnings.py, line 61, in warn

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 stdin, line 1, in module File C:\Program Files\IronPython

Re: [IronPython] Problem with Thread.Sleep

2009-02-09 Thread Dino Viehland
[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, Michael Foord fuzzy...@voidspace.org.uk

Re: [IronPython] Problem with Thread.Sleep

2009-02-09 Thread Michael Foord
] 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 fuzzy...@voidspace.org.uk wrote: Carl Trachte wrote