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] IronPython 1.0 RC2

2006-08-17 Thread Zoltan Varga
Hi, This release does not seem to include sources/tests. Is this intentional, or it is a bug ? Zoltan On 8/17/06, Dino Viehland [EMAIL PROTECTED] wrote: Hello IronPython Community, We have just released IronPython 1.0 RC2. This build includes fixes for

Re: [IronPython] what version of IronPython works with mono 1.1.13.4?

2006-03-27 Thread Zoltan Varga
1.1.13.4 should work with IronPython, but you seem to be running it inside xsp, which is a net 1.1 app. Try using 'xsp2'. Zoltan On 3/27/06, Mathew Yeates [EMAIL PROTECTED] wrote: Hi I'm using mono 1.1.13.4 and calls to IronPython 1.0 Beta 4 cause a segv. What version

Re: [IronPython] Newbie mono question (setting up lib path)

2006-01-16 Thread Zoltan Varga
Hi, You might be running into a mono bug instead of an IronPython bug. Try the MS runtime, and if that works, then its a mono bug, and you should report it at bugzilla.ximian.com. Zoltan On 1/14/06, m h [EMAIL PROTECTED]

Re: [IronPython] IronPython 1.0 Beta 1 / Mono 1.1.12 Compilation

2006-01-05 Thread Zoltan Varga
Hi, The upcoming mono 1.1.13 release will run IronPython 1.0 beta 1. Zoltan On 1/5/06, Jeff Griffiths [EMAIL PROTECTED] wrote: Hi Jim, Thanks for taking the time to go over our issues. I'll see about building a snapshot of Mono to see if

Re: [IronPython] [0.7.5] ... and the Monkey says ...

2005-05-19 Thread Zoltan Varga
Hi, I you run IronPython on mono, things don't seem to work, and you think it is due to a mono bug (like this one), then please report it at our bug tracking system: http://bugzilla.ximian.com thanks Zoltan On