Re: [IronPython] [Kamaelia-list] Status of Nested Yield Support?

2007-09-09 Thread M. David Peterson
On 9/9/07, Martin Maly <[EMAIL PROTECTED]> wrote: > > Alpha 3 (and I am pretty sure even Alpha 2) include the nested yields > implementation. > Yikes! I guess I need to pay better attention. :) On a related note, two things, 1) Any chance someone @MSFT could updated the issue tracker @ http:/

Re: [IronPython] [Kamaelia-list] Status of Nested Yield Support?

2007-09-09 Thread Martin Maly
Alpha 3 (and I am pretty sure even Alpha 2) include the nested yields implementation. Martin From: M. David Peterson [mailto:[EMAIL PROTECTED] Sent: Sunday, September 09, 2007 9:46 AM To: Martin Maly Cc: Discussion of IronPython; [EMAIL PROTECTED] Subject: Re: [Kamaelia-list] [IronPython] Status

Re: [IronPython] [Kamaelia-list] Status of Nested Yield Support?

2007-09-09 Thread M. David Peterson
Hi Martin, On 9/9/07, Martin Maly <[EMAIL PROTECTED]> wrote: > > Nested yields (a.k.a. yields occurring in a more than one nested try > blocks) are supported in IronPython 2.0 alpha releases. > Nice! I just ran a quick test and verified things are now working as they should be. Did this make it

Re: [IronPython] IP2a4 and/or Mono Bug? > "no implementation for interface method Microsoft.Scripting.Types.ISuperDynamicObject::get_Dict() ..."

2007-09-09 Thread M. David Peterson
On 9/9/07, M. David Peterson <[EMAIL PROTECTED]> wrote: > > > Will update again once more info is available. > So I incur the same problems with cPython on Linux as I do with IronPython 2.0 a4 on Windows so it seems it's more about user error in the way I have things setup than it is a specific pr

Re: [IronPython] Status of Nested Yield Support?

2007-09-09 Thread Martin Maly
Nested yields (a.k.a. yields occurring in a more than one nested try blocks) are supported in IronPython 2.0 alpha releases. Martin From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of M. David Peterson Sent: Saturday, September 08, 2007 10:35 PM To: Discussion of IronPython Cc: [EMAI

Re: [IronPython] IP2a4 and/or Mono Bug? > "no implementation for interface method Microsoft.Scripting.Types.ISuperDynamicObject::get_Dict() ..."

2007-09-09 Thread M. David Peterson
On 9/8/07, M. David Peterson <[EMAIL PROTECTED]> wrote: > > > I was going to come back to this tomorrow and begin to file bugs as, if, > and where necessary but in the mean time if someone from MSFT could verify > what seems to be the obvious -- that's there's "no implementation for > interface met

[IronPython] Managed DirectX via IronPython tutorials

2007-09-09 Thread Andy Sy
My 3-part tutorial for how to use MDX via IronPython is now finally up. The problem with the IronPython / MDX tutorials I've seen out there (including the one that comes with IronPython) are that they all rely on MDX 2.0 for which the DLLs have already time-bombed and no longer work, thus a return

Re: [IronPython] Compatibility ofcPython PickledObjects w/IronPython

2007-09-09 Thread nico rauhut
Hmm I thought if I open the pipes in binary-mode encoding/decoding-issues will not make any trouble. There is no particularly reason for me using pipes / stdout. I only need an IPC-mechanism between cPython an IronPython. Since I am really new to IPC (as well as to cPython and IronPython), Pipes we

[IronPython] Let me know how to make exe on IronPython2.0 with Pyc.py.

2007-09-09 Thread HEMMI, Shigeru
Hello all, Let me know how to make exe on IronPython2.0 with Pyc.py. What I experienced was:: .¥ipy.exe Pyc.py /target:exe /main:hello.py (snip) AttributeError: 'module' object had no attribute 'CompilerSink' Regards, ___ Users mailing list User