开发者

Python GUI building in eclipse?

开发者 https://www.devze.com 2023-02-14 23:05 出处:网络
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 lookin

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.


Glade is the best one I used. It's a standalone program, not an Eclipse plugin.


I personally like WxWidgets. Not for Eclipse or GTK, but very simple and easy to use with wxPython.


There is a Python development plugin for Eclipse, from http://pydev.org. After you install that in Eclipse, you get a PyDev perspective.

0

精彩评论

暂无评论...
验证码 换一张
取 消