Title: Bericht
Actually, I wonder if this is related to the recent change
in IronPython. When debugging IronPython we found out that Visual
Studio often complains about the aplication thread being marked as STA and
not pumping messages and our investigations showed that the way to make Visual
Title: Bericht
MTA is default due to a change in the
behavior of the Whidbey CLR.
In earlier versions of the CLR,
CoInitializeEx was not called in *most*
cases. So you could tell your thread to enter an STA via a change to
ApartmentState in *most* cases.
The default in Whidbey is to pu
Title: Bericht
Hi,
In the past months
I've been coding quite extensively using previous versions of
IronPython (upto 0.9.3) and the .NET 2.0 framework beta.
One of the things
I've been using a lot is drag&drop.
Recently I've
downloaded IP 0.9.5 and the "final" .NET 2.0 distribution.
Sett
Dino Viehland wrote:
> We've just released the latest version of IronPython - 0.9.5.
Thanks for the release. Just FYI, IronPython builds and runs on
mono-1.1.10 under Gentoo Linux. There's a NotImplementedException
around every corner, but you can run it easily. Steps to build:
- change the makef
Title: Re: [IronPython] .NET Events in IronPython
Not as far as I know. I even did some search for it and
didn't find anything. The closest match I found was zope event framework, but no
mention of syntax/language extensions.
Martin
From: Keith J. Farmer
[mailto:[EMAIL PROTECTED] On Behal
Hello IronPython community,
We’ve just released the latest version of IronPython –
0.9.5. We’re
continuing to drive towards full Python 2.4 compatibility with bug fixes and
the implementation of more standard built-in types and modules. With
these improvements we now pass 8 more tests