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:/
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
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
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
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
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
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
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
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