python python的WPF替代品
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/163881/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
WPF Alternative for python
提问by pribeiro
Is there any alternative for WPF (windows presentation foundation) in python?
python中的WPF(windowspresentation Foundation)有什么替代品吗?
http://msdn.microsoft.com/en-us/library/aa970268.aspx#Programming_with_WPF
http://msdn.microsoft.com/en-us/library/aa970268.aspx#Programming_with_WPF
回答by Timothy Lee Russell
Here is a list of Python GUI Toolkits.
这是Python GUI 工具包的列表。
Also, you can use IronPython to work with WPF directly.
此外,您可以使用 IronPython 直接使用 WPF。
回答by David Schmitt
You might want to look at pygtkand glade. Hereis a tutorial.
There is a long list of alternativeson the Python Wiki.
Python Wiki上有一长串替代方案。
回答by gbjbaanb
回答by Moe
If you are on Windows and you want to use WPF (as opposed to an alternative), you can use it with IronPython- a .NET version of python.
如果您在 Windows 上并且想要使用 WPF(而不是替代方案),您可以将它与IronPython一起使用- 一个 .NET 版本的 python。
Here's a quick example: http://stevegilham.blogspot.com/2007/07/hello-wpf-in-ironpython.html
这是一个简单的例子:http: //stevegilham.blogspot.com/2007/07/hello-wpf-in-ironpython.html