[Ironpython-users] Creating a Client Profile Application

2012-04-28 Thread [email protected]
I havw written some programs using IronPython 2.7.0.40 with SharpDevelop 4.1. These programs seem to need the full version of .net 4.0 to be installed for them to run. I wish to distribute some of these programs on my website and it would be better if the user only had to install .net 4.0 clien

Re: [Ironpython-users] [IronPython] unittest crash on mono

2012-04-28 Thread Fruchter, Israel
Thanks Dino, You've confirmed my guesses. I've raised it on github https://github.com/IronLanguages/main/issues/69 Any one to pick the glove, and try to help me? Fruch -Original Message- From: Dino Viehland [mailto:[email protected]] Sent: Thursday, April 26, 2012 7:30 AM To: Fruch

Re: [Ironpython-users] How to ref XAML object from IPY for WPF app?

2012-04-28 Thread 刘振海
Hi, Is it possible to reference the python class object in the xaml file like the below code Window x:Class="MainWindow" the MainWindow is a python class I tried that before but never make it. Best Regards, Liu Zhenhai 2012/4/28 Jeff Hardy > On Fri, Apr 27, 2012 at 10:49 AM, David Bagby > wro