2006年10月15日 星期日 17:58
想开始学习py的GUI,大家有什么好的推荐? 1.free ware 2.移植性好. 谢谢大家. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20061015/afaca549/attachment.html
2006年10月15日 星期日 18:28
wxPy, PyQt4, PyGtk, TK 都可以。自己看吧。 On 10/15/06, Bian Alex <python.bian在gmail.com> wrote: > 想开始学习py的GUI,大家有什么好的推荐? > 1.free ware > 2.移植性好. > > 谢谢大家. > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to > python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to > python-chinese-request在lists.python.cn > Detail Info: > http://python.cn/mailman/listinfo/python-chinese >
2006年10月15日 星期日 18:41
增加一点说明。 在GNU/Linux/BSD 平台下,主流的Desktop是 Gnome 和 KDE。Gnome的下层是 GTK, KDE 的下层是Qt 因为GTK是单许可证的,用于商业中,GTK/Gnome 也不会向使用者收费,所以现在大的Linux公司用这个的多(比如 Red Hat, Novell/Suse, Ubutun). Qt是双许可的。用于商业中,Qt是要向使用者(指的不是最终用户,指的是使用Qt开发软件的公司)收费的,所以很多公司不想被Qt所有者控制,不选择KDE做为其商业版的缺省选择。GTK对C的支持更好,Qt对C++的支持更好。如果你一直是开发自由软件,GTK和KDE在许可这方面的区别对你的影响不大。如果你习惯用C++,Qt/KDE可能更自然一些。 wxWidget 可能更倾向于跨平台。我觉得目前所说的跨平台是指Linux/BSD 和 Windows之间跨平台。我目前用的软件中只有pgAdmin是用wxwidget开发的。 On 10/15/06, Bian Alex <python.bian在gmail.com> wrote: > 想开始学习py的GUI,大家有什么好的推荐? > 1.free ware > 2.移植性好. > > 谢谢大家. > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to > python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to > python-chinese-request在lists.python.cn > Detail Info: > http://python.cn/mailman/listinfo/python-chinese >
2006年10月16日 星期一 08:46
解释的很详细,谢谢! 2006/10/15, Luo Ben <benluo at gmail.com>: > > 增加一点说明。 > 在GNU/Linux/BSD 平台下,主流的Desktop是 Gnome 和 KDE。Gnome的下层是 GTK, KDE 的下层是Qt > > 因为GTK是单许可证的,用于商业中,GTK/Gnome 也不会向使用者收费,所以现在大的Linux公司用这个的多(比如 Red Hat, > Novell/Suse, Ubutun). > > Qt是双许可的。用于商业中,Qt是要向使用者(指的不是最终用户,指的是使用Qt开发软件的公司)收费的,所以很多公司不想被Qt所有者控制,不选择KDE做为其商业版的缺省选择。GTK对C的支持更好,Qt对C++的支持更好。如果你一直是开发自由软件,GTK和KDE在许可这方面的区别对你的影响不大。如果你习惯用C++,Qt/KDE可能更自然一些。 > > wxWidget 可能更倾向于跨平台。我觉得目前所说的跨平台是指Linux/BSD 和 > Windows之间跨平台。我目前用的软件中只有pgAdmin是用wxwidget开发的。 > > On 10/15/06, Bian Alex <python.bian at gmail.com> wrote: > > 想开始学习py的GUI,大家有什么好的推荐? > > 1.free ware > > 2.移植性好. > > > > 谢谢大家. > > _______________________________________________ > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to > > python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to > > python-chinese-request at lists.python.cn > > Detail Info: > > http://python.cn/mailman/listinfo/python-chinese > > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20061016/74f22155/attachment.html
2006年10月20日 星期五 01:53
正在学习wxPY,有什么好的E-book 或者 Docs ? 在06-10-16,Bian Alex <python.bian at gmail.com> 写道: > > 解释的很详细,谢谢! > > 2006/10/15, Luo Ben <benluo at gmail.com>: > > > > 增加一点说明。 > > 在GNU/Linux/BSD 平台下,主流的Desktop是 Gnome 和 KDE。Gnome的下层是 GTK, KDE 的下层是Qt > > > > 因为GTK是单许可证的,用于商业中,GTK/Gnome 也不会向使用者收费,所以现在大的Linux公司用这个的多(比如 Red Hat, > > Novell/Suse, Ubutun). > > > > Qt是双许可的。用于商业中,Qt是要向使用者(指的不是最终用户,指的是使用Qt开发软件的公司)收费的,所以很多公司不想被Qt所有者控制,不选择KDE做为其商业版的缺省选择。GTK对C的支持更好,Qt对C++的支持更好。如果你一直是开发自由软件,GTK和KDE在许可这方面的区别对你的影响不大。如果你习惯用C++,Qt/KDE可能更自然一些。 > > > > wxWidget 可能更倾向于跨平台。我觉得目前所说的跨平台是指Linux/BSD 和 > > Windows之间跨平台。我目前用的软件中只有pgAdmin是用wxwidget开发的。 > > > > On 10/15/06, Bian Alex <python.bian at gmail.com> wrote: > > > 想开始学习py的GUI,大家有什么好的推荐? > > > 1.free ware > > > 2.移植性好. > > > > > > 谢谢大家. > > > _______________________________________________ > > > python-chinese > > > Post: send python-chinese at lists.python.cn > > > Subscribe: send subscribe to > > > python-chinese-request at lists.python.cn > > > Unsubscribe: send unsubscribe to > > > python-chinese-request at lists.python.cn > > > Detail Info: > > > http://python.cn/mailman/listinfo/python-chinese > > > > > _______________________________________________ > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20061020/a18100df/attachment.htm
2006年10月20日 星期五 08:00
目前就是 wxPy in action 不错啦 2006/10/20, Bian Alex <python.bian在gmail.com>: > > 正在学习wxPY,有什么好的E-book 或者 Docs ? > > 在06-10-16,Bian Alex <python.bian在gmail.com> 写道: > > -- > -- Jia LU > <http://www.lujia.us> > python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for p > in '001akor在liamg.moc'.split('@')])" > -- > \ "Unix is an operating system, OS/2 is half an operating system, | > `\ Windows is a shell, and DOS is a boot partition virus." -- | > _o__) Peter H. Coffin | > -------------- 下一部分 -------------- 一个HTML附件被移除... URL: http://python.cn/pipermail/python-chinese/attachments/20061020/2e122b9d/attachment.html
2006年10月20日 星期五 08:38
wxPython in Action 英文电子版,呵呵,学习wxPython的同时还能提升英文水平。 -- GoogleTalk: qcxhome at gmail.com MSN: qcxhome at hotmail.com My Space: tkdchen.spaces.live.com BOINC: boinc.berkeley.edu 中国分布式计算总站: www.equn.com
2006年10月20日 星期五 08:49
呵呵,刚在啄木鸟下了,在看 谢谢2位。 2006/10/20, 麦田守望者 <qcxhome at gmail.com>: > > wxPython in Action 英文电子版,呵呵,学习wxPython的同时还能提升英文水平。 > > -- > GoogleTalk: qcxhome at gmail.com > MSN: qcxhome at hotmail.com > My Space: tkdchen.spaces.live.com > BOINC: boinc.berkeley.edu > 中国分布式计算总站: www.equn.com > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20061020/988e4e56/attachment.htm
Zeuux © 2025
京ICP备05028076号