
Python for .Net does not seem to support development of UIs in WPF/XAML. Google search shows one question several years ago but without reply. Is there a trick to making it work or is it in the "to be implemented" list? Thanks.

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, volunteers are obviously most welcome. Best, David -----Original Message----- From: PythonDotNet [mailto:pythondotnet-bounces+anthoff=berkeley.edu@python.org] On Behalf Of Min Kim Sent: Friday, April 25, 2014 6:56 PM To: pythondotnet@python.org Subject: [Python.NET] WPF and XAML Python for .Net does not seem to support development of UIs in WPF/XAML. Google search shows one question several years ago but without reply. Is there a trick to making it work or is it in the "to be implemented" list? Thanks. _________________________________________________ Python.NET mailing list - PythonDotNet@python.org https://mail.python.org/mailman/listinfo/pythondotnet

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 through from regular python correctly. Remember that you will need to compile python.net using a version of .NET that supports WPF (3.0 or greater). -----Original Message----- From: PythonDotNet [mailto:pythondotnet-bounces+btribble=ea.com@python.org] On Behalf Of David Anthoff Sent: Monday, April 28, 2014 11:41 AM To: 'A list for users and developers of Python for .NET' Subject: Re: [Python.NET] WPF and XAML 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, volunteers are obviously most welcome. Best, David -----Original Message----- From: PythonDotNet [mailto:pythondotnet-bounces+anthoff=berkeley.edu@python.org] On Behalf Of Min Kim Sent: Friday, April 25, 2014 6:56 PM To: pythondotnet@python.org Subject: [Python.NET] WPF and XAML Python for .Net does not seem to support development of UIs in WPF/XAML. Google search shows one question several years ago but without reply. Is there a trick to making it work or is it in the "to be implemented" list? Thanks. _________________________________________________ Python.NET mailing list - PythonDotNet@python.org https://mail.python.org/mailman/listinfo/pythondotnet _________________________________________________ Python.NET mailing list - PythonDotNet@python.org https://mail.python.org/mailman/listinfo/pythondotnet
participants (3)
-
David Anthoff
-
Min Kim
-
Tribble, Brett