在 Eclipse 中构建 Python GUI?
我想知道是否有类似于 http://www.eclipse.org/vep/ 的工具对于Python可用吗?我希望在构建 pygtk GUI 时能够使用像 Visual Editor 这样的工具。我正在寻找工具来使 GUI 构建的任务变得不那么乏味并且基本上变得更有趣。
I'm wondering is there a tool similar to http://www.eclipse.org/vep/ for Python available? I'd like to be able to use a tool like Visual Editor when building pygtk GUI's. I'm looking for tools to make the task of GUI building less tedious and more fun basically.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Glade 是我用过的最好的一个。它是一个独立的程序,而不是 Eclipse 插件。
Glade is the best one I used. It's a standalone program, not an Eclipse plugin.
我个人喜欢WxWidgets。不适用于 Eclipse 或 GTK,但与 wxPython 一起使用非常简单且易于使用。
I personally like WxWidgets. Not for Eclipse or GTK, but very simple and easy to use with wxPython.
有一个用于 Eclipse 的 Python 开发插件,来自 http://pydev.org。在 Eclipse 中安装后,您将获得 PyDev 透视图。
There is a Python development plugin for Eclipse, from http://pydev.org. After you install that in Eclipse, you get a PyDev perspective.