Python论坛  - 讨论区

标题:[python-chinese] 求教python GUI

2006年10月15日 星期日 17:58

Bian Alex python.bian在gmail.com
星期日 十月 15 17:58:04 HKT 2006

想开始学习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 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月15日 星期日 18:28

Luo Ben benluo在gmail.com
星期日 十月 15 18:28:47 HKT 2006

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
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月15日 星期日 18:41

Luo Ben benluo在gmail.com
星期日 十月 15 18:41:43 HKT 2006

增加一点说明。
在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
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月16日 星期一 08:46

Bian Alex python.bian在gmail.com
星期一 十月 16 08:46:47 HKT 2006

解释的很详细,谢谢!

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 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月20日 星期五 01:53

Bian Alex python.bian在gmail.com
星期五 十月 20 01:53:51 HKT 2006

正在学习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 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月20日 星期五 08:00

Jia Lu roka100在gmail.com
星期五 十月 20 08:00:30 HKT 2006

目前就是 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 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月20日 星期五 08:38

麦田守望者 qcxhome在gmail.com
星期五 十月 20 08:38:31 HKT 2006

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

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月20日 星期五 08:49

Bian Alex python.bian在gmail.com
星期五 十月 20 08:49:03 HKT 2006

呵呵,刚在啄木鸟下了,在看
谢谢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 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号