Re: [IronPython] Intermittent Bug: Loading a py file crashes winforms

2006-04-04 Thread Dino Viehland
The issue here is w/ the timing of starting up the Winforms thread and returning control back to your module. This will be fixed in beta 6, but you can make the change to winforms.py yourself by adding the marked 4 lines: from System.Drawing import Size from System.Windows.Forms import Form, Ap

Re: [IronPython] Beta 5 bug: False == None?

2006-04-04 Thread Yasir Alvi
Thanks for reporting this---I've filed a bug and we'll get this fixed for Beta 6. Thanks, Yasir -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of William Reade Sent: Tuesday, April 04, 2006 7:09 AM To: Discussion of IronPython Subject: [IronPython]

[IronPython] Beta 5 bug: False == None?

2006-04-04 Thread William Reade
--- IronPython 1.0.2280 (Beta) on .NET 2.0.50727.42 Copyright (c) Microsoft Corporation. All rights reserved. >>> False == None True --- The avove comparison should evaluate to False. I