[Ironpython-users] Error when declaring x:Class in WPF

2014-06-12 Thread Sergio A. Hernandez
Hello all, I'm receiving a funny error when I try to do this in a XAML file: XAML Code: IPython Code: import wpf from System.Windows import * class MyWindow(Window): def __init__(self): wpf.LoadComponent(self, "pySimpleStack.xaml") if __name__ == '__main__': Application().Run(My

Re: [Ironpython-users] launcher cp#35064

2014-06-12 Thread Jeff Hardy
On Wed, Jun 11, 2014 at 9:46 PM, Pawel Jasinski wrote: > I have a feeling, that by default when the only installed python is > ironpython launcher should use the 32 bit version. > Is it correct? > For now, yes. The 64-bit JIT is currently slower than the 32-bit one and generates slower code, so