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.
精彩评论