PyGTK、wxPython 还是 Tkinter?

发布于 2024-12-01 01:31:07 字数 1539 浏览 2 评论 0 原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

夏末染殇 2024-12-08 01:31:07

选择你喜欢的,这里没有“最好的”。

就我个人而言,我喜欢 PyQt4,因为我喜欢 QT4,并且 py2exe 与它配合得很好,wxPython 是另一个好东西,但它在 Windows 下运行得不太好,请参见我的问题:wx.App (wxPython) 调用时崩溃

您可以检查使用各个框架开发的一些应用程序,以及看看有没有你喜欢的。

Pick the one you like, there's no "the best" here.

Personally I like PyQt4, because I like QT4, and py2exe works perfectly fine with it, wxPython is another good thing, but it does not work very well under Windows, see my question here: wx.App (wxPython) crash when calling

You can check some application developed using each frameworks, and see if you like any.

桃气十足 2024-12-08 01:31:07

对于 PyGTK - Glade 应该是你最好的选择。同样,Rapyd-Tk 似乎对 TK 有好处。不过对于 Tk,我建议您尝试使用可帮助您从代码构建的文章,然后与构建器一起使用。 SO 中的这个答案提供了丰富的可用于构建的选项使用 WxPython 的 GUI。

For PyGTK - Glade should be your best bet. Similarly, Rapyd-Tk seems to be good for TK. Though for Tk, I would advise you to try with the articles which help you build from the code and then go with the builders. This answer in SO provides the wealth of options available for building GUI using WxPython.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文