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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-11-03 19:35:11  来源:igfitidea点击:

WPF Alternative for python

pythonuser-interface

提问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

回答by David Schmitt

You might want to look at pygtkand glade. Hereis a tutorial.

你可能想看看pygtkGlade是一个教程。

There is a long list of alternativeson the Python Wiki.

Python Wiki上有一长串替代方案

回答by gbjbaanb

Try PyQtwhich binds python to QT graphics library. There are some other links at the end of that article:

尝试将 python 绑定到 QT 图形库的PyQt。该文章末尾还有一些其他链接:

  • Anygui
  • PyGTK
  • FXPy
  • wxPython
  • win32ui
  • 安贵
  • PyGTK
  • FXPy
  • 蟒蛇
  • win32ui

回答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