Re: [IronPython] Equals operator in IronPython beta 6

2006-05-16 Thread Sanghyeon Seo
2006/5/16, Freschi Alessandro - Alexide srl <[EMAIL PROTECTED]>: > After installing IP 1.0 Beta 6 I obtained an error with this commands: > > IronPython 1.0.60420 (Beta) on .NET 2.0.50727.42 > Copyright (c) Microsoft Corporation. All rights reserved. > >>> None == 'foo' > Traceback (most recent cal

[IronPython] Equals operator in IronPython beta 6

2006-05-15 Thread Freschi Alessandro - Alexide srl
Hi all,   After installing IP 1.0 Beta 6 I obtained an error with this commands:   IronPython 1.0.60420 (Beta) on .NET 2.0.50727.42Copyright (c) Microsoft Corporation. All rights reserved.>>> None == 'foo'Traceback (most recent call last):  File , line 0, in input##0SystemError: Object refer