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 Doug Blank
Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com -- View this message in context: http://www.nabble.com/IronPython-2.0-RC-2-on-Mono-tp20889619p22120412.html Sent from the IronPython mailing list archive at Nabble.com

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

[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