Re: [IronPython] Hosting IP2 Beta2 in Mono?

2008-05-27 Thread Sanghyeon Seo
2008/5/20 Douglas S. Blank [EMAIL PROTECTED]: Seo at al., If you want to grab the patches for an IPCEr8 which will build and run IP2B2: svn export http://svn.cs.brynmawr.edu/Myro/trunk/fepy/IPCE/fepy/patches/2.0b2/ Sorry for a long delay. This is a great work! Thank you. These changes are

Re: [IronPython] Hosting IP2 Beta2 in Mono?

2008-05-27 Thread Douglas S. Blank
Sanghyeon Seo wrote: 2008/5/20 Douglas S. Blank [EMAIL PROTECTED]: Seo at al., If you want to grab the patches for an IPCEr8 which will build and run IP2B2: svn export http://svn.cs.brynmawr.edu/Myro/trunk/fepy/IPCE/fepy/patches/2.0b2/ Sorry for a long delay. This is a great work! Thank

Re: [IronPython] Hosting IP2 Beta2 in Mono?

2008-05-27 Thread Dino Viehland
/ any DLR language which uses the default method binder. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Douglas S. Blank Sent: Tuesday, May 27, 2008 1:52 PM To: Discussion of IronPython Subject: Re: [IronPython] Hosting IP2 Beta2 in Mono? Sanghyeon Seo

Re: [IronPython] Hosting IP2 Beta2 in Mono?

2008-05-21 Thread Dino Viehland
, 2008 1:12 PM To: Discussion of IronPython Subject: Re: [IronPython] Hosting IP2 Beta2 in Mono? Hi, The relevant code is the following: DynamicSiteobject, object, object mapSite; if (func != null) mapSite = CallSiteFactory.CreateSimpleCallSiteobject, object, object

Re: [IronPython] Hosting IP2 Beta2 in Mono?

2008-05-19 Thread Douglas S. Blank
I'm attempting to bring the IronPython Community Edition up to date with IP2B2, and having a couple of issues. I've documented everything needed to build it here: http://wiki.roboteducation.org/IronPython2B2 The first is a problem with mapSite in Src/IronPython/Runtime/Builtin.cs. The Mono

Re: [IronPython] Hosting IP2 Beta2 in Mono?

2008-05-19 Thread Zoltan Varga
Hi, The relevant code is the following: DynamicSiteobject, object, object mapSite; if (func != null) mapSite = CallSiteFactory.CreateSimpleCallSiteobject, object, object(DefaultContext.DefaultPythonBinder); IEnumerator i =

Re: [IronPython] Hosting IP2 Beta2 in Mono?

2008-05-19 Thread Douglas S. Blank
On Mon, May 19, 2008 4:12 pm, Zoltan Varga said: Hi, The relevant code is the following: [snip] I had already identified the code, and have workarounds (see URL). But I suspect that they are not correct. As for the resource problem, try this in the nant build file: Excellent! That fixed

Re: [IronPython] Hosting IP2 Beta2 in Mono?

2008-05-19 Thread Douglas S. Blank
Seo at al., If you want to grab the patches for an IPCEr8 which will build and run IP2B2: svn export http://svn.cs.brynmawr.edu/Myro/trunk/fepy/IPCE/fepy/patches/2.0b2/ will give you: 2.0b2/patch-builtin-mapsite 2.0b2/patch-nant-build 2.0b2/patch-console 2.0b2/patch-dictproxy

Re: [IronPython] Hosting IP2 Beta2 in Mono?

2008-05-10 Thread Douglas S. Blank
On Fri, May 9, 2008 11:37 pm, Curt Hagenlocher said: We added Microsoft.Scripting.Core.dll in Beta2; you'll probably need to add a reference to that. Curt, thanks for the quick feedback! You are right, and now I need to figure out how to make that happen. Seo, et al: any chance of updating

[IronPython] Hosting IP2 Beta2 in Mono?

2008-05-09 Thread Douglas S. Blank
Does anyone have an example of IronPython2 Beta2 Hosting in C# working with Mono 1.9? I think I have all of the pieces in place, but get an error that ScriptRuntime can not be found on build. Any pointers appreciated! -Doug -- Douglas S. Blank Associate Professor, Bryn Mawr College

Re: [IronPython] Hosting IP2 Beta2 in Mono?

2008-05-09 Thread Curt Hagenlocher
We added Microsoft.Scripting.Core.dll in Beta2; you'll probably need to add a reference to that. On Fri, May 9, 2008 at 8:25 PM, Douglas S. Blank [EMAIL PROTECTED] wrote: Does anyone have an example of IronPython2 Beta2 Hosting in C# working with Mono 1.9? I think I have all of the pieces in