Re: [Python.NET] WPF and XAML

2014-04-28 Thread Tribble, Brett
I'm sure I've interacted with WPF apps written in C# from python.net. I don't think I've tried to write one from scratch. I know that I had trouble trying to get Iron Python UI code working in python.net because of how I.P. uses attributes to do some of the UI markup, and this did not come throu

Re: [Python.NET] WPF and XAML

2014-04-28 Thread David Anthoff
Hi Min, I am not sure about that. Have you tried to just interact with the WPF object model from Python.Net? That might work. There is certainly nothing specific for WPF/XAML in Python.Net. I am not aware of anyone having specific plans on improving the Python.Net and WPF/XAML story. But, voluntee