In the 2.1 branch of 43741, it seems there is trouble subclassing a
CLR class that has protected constructors.
# Silverlight Toolkit
import clr
clr.AddReferenceToFile('Microsoft.Windows.Controls.Theming.dll')
from Microsoft.Windows.Controls.Theming import Theme
class MyTheme(Theme):
def __ini
Alas, IronPython currently requires the use of the "Reflection.Emit"
library, and the .NET compact framework doesn't yet support this.
On Sat, Nov 29, 2008 at 3:55 PM, Tefkros <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Please forgive my ignorance but I would like to know if it's possible and
> if it
On Sat, Nov 29, 2008 at 4:07 PM, Kamil Dworakowski
<[EMAIL PROTECTED]> wrote:
> Awesome news! Resolver One is currently being ported to IronPython
> 2.0 and I can't wait to try parallel importing again.
>
> Do you remember what tweak did you have to make to the dependency
> graph? Dependency finde
Hello,
Please forgive my ignorance but I would like to know if it's possible
and if it is, how, to use compact .net framework with ironpython.
I 'd like to write applications for windows mobiles and since the make
use of .net, ironpython seems to fit in. I 'm well aware of the fact that
not all
On Fri, Nov 28, 2008 at 11:39 AM, Michael Foord
<[EMAIL PROTECTED]> wrote:
> Just as a follow up to this - the reason for the hack below is that
> subscribing to events from IronPython is still causing our UI objects (and
> their whole object graphs) to not be garbage collected.
To be fair, we hav
Awesome news! Resolver One is currently being ported to IronPython
2.0 and I can't wait to try parallel importing again.
Do you remember what tweak did you have to make to the dependency
graph? Dependency finder should ignore imports that are inside if
statements.
I remember that you can pass li