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