Re: [IronPython] IronPython 2.0 RC 2 on Mono

2009-03-03 Thread Leo Carbajal
According to MoMA, there are over 40 red flags between the IPY dlls and the DLR (Microsoft Scripting) dlls. One of them has 2 P\Invokes that it doesn't like and the others are a mix of TODOs on the mono side, or not-implementeds. Another block (for me) is that Mono doesn't implement the following

Re: [IronPython] IronPython 2.0 RC 2 on Mono

2009-02-20 Thread Douglas S. Blank
Doug Blank wrote: Now that IronPython2 is out, wondering about IronPython on Mono... Seo Sanghyeon-3 wrote: Currently you need Mono SVN (both to run and to compile). Using SVN r120972 below. Any idea what version of Mono that is? Does IP2 build with Mono 2.2? It would be great to put out a IP

Re: [IronPython] IronPython 2.0 RC 2 on Mono

2009-02-20 Thread Doug Blank
Now that IronPython2 is out, wondering about IronPython on Mono... Seo Sanghyeon-3 wrote: > > Currently you need Mono SVN (both to run and to compile). Using SVN > r120972 below. > Any idea what version of Mono that is? Does IP2 build with Mono 2.2? It would be great to put out a IPCE r8 for

Re: [IronPython] IronPython 2.0 RC 2 on Mono

2008-12-08 Thread Dino Viehland
so it seems like a common pattern. Unfortunately I don't have any better suggestions. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Seo Sanghyeon Sent: Sunday, December 07, 2008 9:10 PM To: Discussion of IronPython Subject: [IronPython] Iro

[IronPython] IronPython 2.0 RC 2 on Mono

2008-12-07 Thread Seo Sanghyeon
Currently you need Mono SVN (both to run and to compile). Using SVN r120972 below. The binary runs fine. IronPython includes its own copy of ExtensionAttribute, but this doesn't seem to work with Mono C# compiler: that is, extension methods don't get recognized as extension methods. This causes t