大家在python里使用的GUI是什么?最好能说一下原因。

大家在python里使用的GUI是什么?最好能说一下原因。

刚开始Python,以前对UNIX程序的开发没有经验,所以在选择GUI时想看一下现在大家都在用什么、各有什么好处,谢谢
wxPython,跨平台,本地风格,可参考项目很多,资源丰富。


QUOTE:
原帖由 limodou 于 2006-10-20 16:58 发表
wxPython,跨平台,本地风格,可参考项目很多,资源丰富。

最近在学这个,刚学会一点点东西,唉,没有编程功底啊,也没有这个天赋
wxglade 0.41有问题啊,它的网站上说windows版的不够稳定,我在中文的系统上根本就不能用啊,一保存就出错,文件也就打开错误了,最后在英文版的windows上才用了起来,别人呢?

还是有个画界面的东西好,界面代码没什么好写的,而且改起来很讨厌,不过wxglade功能上能比上glade-gnome就好了,呵呵

wxPython


"Why the hell hasn't wxPython become the standard GUI for Python yet?"

-- Eric S. Raymond
wxPython is the best and most mature cross-platform GUI toolkit, given a number of constraints. The only reason wxPython isn't the standard Python GUI toolkit is that Tkinter was there first.


-- Guido van Rossum
"Tkinter is dead, Java is dead, wxPython rules! That's all there is to say."


-- Robert Roebling
"I've written some rather involved applications with Python/Tkinter. wxPython beats it hands down... The widgets are better (being based on GTK for Linux) and the class setup is immediately useable. wxPython gives me a good reason to never even worry about using Java."


-- Aaron Rhodes
"The Python community needs to give up on Tcl and come join us. wxPython is wonderful stuff."


-- David Priest
"BTW, great work! I've definitively switched from Tk. I work on Win32, anybody who works on Win32 should switch!"


-- Michel Orengo
I have just picked myself up off the floor having looked at the wxHTML stuff in the new beta! wxPython is moving from excellent to completely awesome very quickly indeed.


-- Sean McGrath
Thanks for such fantastic work on wxPython. As a newcomer to Python the power of this GUI library blows me away. I will never use anything else.


-- Mark Evans
http://xoomer.alice.it/infinity77/Symphony_lunablue.png
http://xoomer.alice.it/infinity77/Symphony_metallic_FlatMenu.png

这是用wxPython开发的一个程序界面,是一个老外做的,看一看。使用wxPython也可以做得这么好。
这几个都还好的 看用在哪些方面 写小东西用tk还是不错的
建议直接就学和用wxPython
不错,我正想学Python 呢
我用PyGTK。
pygtk+glade很方便