
1 neildd 2012-03-27 10:38:20 +08:00 我用过wxPython,pyQt 感觉pyQt开发容易一些,资料也齐。 wxpython适合有MFC基础的(一样一样的),开发工具、资料少,画界面全靠手编。 |
2 thedevil7 2012-03-27 10:39:52 +08:00 I use PyQt4, because it has multiplatform support. The Documentation is nice. Recommend a book : Rapid Gui Develop with Python and PyQT. But, I never used anything else. I can not give an overall comparison. (fcitx-pinyin is down in my chrome on Gentoo) |
3 lch21 2012-03-27 10:41:53 +08:00 Qt很好. bitcoin官方客户端就是用它 |
4 est 2012-03-27 11:02:42 +08:00 pygui |
6 ant_sz 2012-03-27 20:34:33 +08:00 python不是有Cocoa的bridge么?pyobjc这个是最Native的 Qt毕竟是一种额外的封装,需要在客户机安装pyQt运行库的 建议开发Native Mac应用还是去学学objc把,用bridge效率真不高 |
7 whtsky 2012-03-27 20:37:41 +08:00 via Android pyqt不喜欢,基本就是把c++里那一套直接搬过来了,用起来感觉和写c++似的. 至今没有找到满意的python gui框架… |
8 cooka 2012-03-27 21:15:48 +08:00 Status PyObjC 2.2 was released on November 24th 2009. See the NEWS file for details. PyObjC supports Mac OS X 10.3.9 and later, earlier versions are not supported. ... |
9 est 2012-03-29 14:42:31 +08:00 |