Re: [IronPython] Console problem

2006-03-12 Thread Sanghyeon Seo
2006/3/12, Anthony Tarlano <[EMAIL PROTECTED]>: > As you probably already know the Mono CLR may have many interesting > bugs that may not show up on the MS .NET CLR. Thus, you should > probably verify whether your bugs are isolated to a specific CLR in > order to determine which mailing list to sen

Re: [IronPython] Console problem

2006-03-12 Thread Anthony Tarlano
Seo, As you probably already know the Mono CLR may have many interesting bugs that may not show up on the MS .NET CLR. Thus, you should probably verify whether your bugs are isolated to a specific CLR in order to determine which mailing list to send your bug reports. The IronPython developers pri

Re: [IronPython] Console problem

2006-03-11 Thread Sanghyeon Seo
2006/3/12, Martin Maly <[EMAIL PROTECTED]>: > I tried to look into this, but cannot reproduce the exception no matter > how hard I try. Are you running IronPython with any command line parameters? I am running IronPython with Mono (latest dev version). Perhaps that matters. This bug happens only

Re: [IronPython] Console problem

2006-03-11 Thread Martin Maly
6:59 AM To: Discussion of IronPython Subject: [IronPython] Console problem IronPython 1.0.2258 (Beta) on .NET 2.0.50727.42 Copyright (c) Microsoft Corporation. All rights reserved. >>> class C: ... x = 1 ... Traceback (most recent call last): SystemError: Object reference not

[IronPython] Console problem

2006-03-11 Thread Sanghyeon Seo
IronPython 1.0.2258 (Beta) on .NET 2.0.50727.42 Copyright (c) Microsoft Corporation. All rights reserved. >>> class C: ... x = 1 ... Traceback (most recent call last): SystemError: Object reference not set to an instance of an object >>> Seo Sanghyeon __