Discussion:
[Python.NET] WPF and XAML
Min Kim
2014-04-26 01:56:22 UTC
Permalink
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-+ZN9ApsXKcEdnm+***@public.gmane.org
https://mail.python.org/mailman/listinfo/pythondotnet
David Anthoff
2014-04-28 18:41:07 UTC
Permalink
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-+ZN9ApsXKcEdnm+***@public.gmane.org] On Behalf Of
Min Kim
Sent: Friday, April 25, 2014 6:56 PM
To: pythondotnet-+ZN9ApsXKcEdnm+***@public.gmane.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-+ZN9ApsXKcEdnm+***@public.gmane.org
https://mail.python.org/mailman/listinfo/pythondotnet
_________________________________________________
Python.NET mailing list - PythonDotNet-+ZN9ApsXKcEdnm+***@public.gmane.org
https://mail.python.org/mailman/listinfo/pythondotnet
Tribble, Brett
2014-04-28 20:28:20 UTC
Permalink
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-+ZN9ApsXKcEdnm+***@public.gmane.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-+ZN9ApsXKcEdnm+***@public.gmane.org] On Behalf Of Min Kim
Sent: Friday, April 25, 2014 6:56 PM
To: pythondotnet-+ZN9ApsXKcEdnm+***@public.gmane.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-+ZN9ApsXKcEdnm+***@public.gmane.org https://mail.python.org/mailman/listinfo/pythondotnet
_________________________________________________
Python.NET mailing list - PythonDotNet-+ZN9ApsXKcEdnm+***@public.gmane.org https://mail.python.org/mailman/listinfo/pythondotnet

_________________________________________________
Python.NET mailing list - PythonDotNet-+ZN9ApsXKcEdnm+***@public.gmane.org
https://mail.python.org/mailman/listinfo/pythondotnet

Loading...