Python论坛  - 讨论区

标题:[python-chinese] 作windows下的简单的GUI编程,什么最容易上手啊?

2007年04月03日 星期二 16:25

zongzi honghunter在gmail.com
星期二 四月 3 16:25:32 HKT 2007

尝试BOA,启动boa的时候报错:
'module' object had no attribute 'NotebookSizer'


另外发现,引用wxPython.wx的地方,都报这个错误。

DeprecationWarning: The wxPython compatibility package is no longer
automatically generated or activly maintained.  Please switch to the
wx package as soon as possible.
 import wxPython.wx


我是双击 C:\Python24\Lib\site-packages\boa-constructor
下面的Boa.py来启动BOA的,不知道方法对不对,感觉有点怪。

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

2007年04月04日 星期三 09:24

马踏飞燕 honeyday.mj在gmail.com
星期三 四月 4 09:24:24 HKT 2007

这是老式的写法,基本要淘汰了。
现在马上改用新的写法:

import wx

在 07-4-3,zongzi<honghunter在gmail.com> 写道:
> 尝试BOA,启动boa的时候报错:
> 'module' object had no attribute 'NotebookSizer'
>
>
> 另外发现,引用wxPython.wx的地方,都报这个错误。
>
> DeprecationWarning: The wxPython compatibility package is no longer
> automatically generated or activly maintained.  Please switch to the
> wx package as soon as possible.
>  import wxPython.wx
>
>
> 我是双击 C:\Python24\Lib\site-packages\boa-constructor
> 下面的Boa.py来启动BOA的,不知道方法对不对,感觉有点怪。
> _______________________________________________
> 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]

2007年04月04日 星期三 09:24

sunbaole sun_able在kinca.cn
星期三 四月 4 09:24:40 HKT 2007

zongzi wrote:
> 尝试BOA,启动boa的时候报错:
> 'module' object had no attribute 'NotebookSizer'
>
>
> 另外发现,引用wxPython.wx的地方,都报这个错误。
>
> DeprecationWarning: The wxPython compatibility package is no longer
> automatically generated or activly maintained.  Please switch to the
> wx package as soon as possible.
>  import wxPython.wx
>
>
> 我是双击 C:\Python24\Lib\site-packages\boa-constructor
> 下面的Boa.py来启动BOA的,不知道方法对不对,感觉有点怪。
> _______________________________________________
> 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
BOA的版本太旧了,最新的是0.5.4了吧!

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

2007年04月04日 星期三 09:39

Hope lanyig在gmail.com
星期三 四月 4 09:39:31 HKT 2007

BOA 不是一直没有更新? 一直是0.2.3 ? 0.5.4在哪有?

在07-4-4,sunbaole <sun_able在kinca.cn> 写道:
>
> zongzi wrote:
> > 尝试BOA,启动boa的时候报错:
> > 'module' object had no attribute 'NotebookSizer'
> >
> >
> > 另外发现,引用wxPython.wx的地方,都报这个错误。
> >
> > DeprecationWarning: The wxPython compatibility package is no longer
> > automatically generated or activly maintained.  Please switch to the
> > wx package as soon as possible.
> >  import wxPython.wx
> >
> >
> > 我是双击 C:\Python24\Lib\site-packages\boa-constructor
> > 下面的Boa.py来启动BOA的,不知道方法对不对,感觉有点怪。
> > _______________________________________________
> > 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
> BOA的版本太旧了,最新的是0.5.4了吧!
> _______________________________________________
> 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
-------------- 下一部分 --------------
一个HTML附件被移除...
URL: http://python.cn/pipermail/python-chinese/attachments/20070404/f37a9a6a/attachment.html 

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

2007年04月04日 星期三 09:51

马踏飞燕 honeyday.mj在gmail.com
星期三 四月 4 09:51:20 HKT 2007

在 07-4-4,Hope<lanyig在gmail.com> 写道:
> BOA 不是一直没有更新? 一直是0.2.3 ? 0.5.4在哪有?
>

在CVS里面

http://boa-constructor.cvs.sourceforge.net/cvsroot/boa-constructor

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

2007年04月04日 星期三 09:52

马踏飞燕 honeyday.mj在gmail.com
星期三 四月 4 09:52:51 HKT 2007

在 07-4-4,马踏飞燕<honeyday.mj在gmail.com> 写道:
> 在 07-4-4,Hope<lanyig在gmail.com> 写道:
> > BOA 不是一直没有更新? 一直是0.2.3 ? 0.5.4在哪有?
> >
>
> 在CVS里面
>
> http://boa-constructor.cvs.sourceforge.net/cvsroot/boa-constructor
>
上面的路径不对。。。

http://boa-constructor.cvs.sourceforge.net/boa-constructor/boa/

用TortoiseCVS (www.tortoisecvs.org),来获取。

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

2007年04月04日 星期三 10:50

gashero harry.python在gmail.com
星期三 四月 4 10:50:48 HKT 2007

有时候选择太多也是一种很郁闷的事情,我也同样有过楼主一样的疑问,最终,唉。现在只会写控制台程序和基于WEB的,GUI还写不出来。


-- 
从前有一只很冷的毛毛虫,他想获得一点温暖。而获得温暖的机会只有从树上掉下来,落进别人的领口。
片刻的温暖,之后便失去生命。而很多同类却连这片刻的温暖都没有得到就..
我会得到温暖么?小心翼翼的尝试,却还是会受到伤害。
我愿为那一刻的温暖去拼,可是谁愿意接受?

欢迎访问偶的博客:
http://blog.csdn.net/gashero

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

2007年04月04日 星期三 21:26

Ben Luo benluo在gmail.com
星期三 四月 4 21:26:19 HKT 2007

On 4/4/07, gashero <harry.python在gmail.com> wrote:
>
> ÓÐʱºòÑ¡ÔñÌ«¶àÒ²ÊÇÒ»ÖÖºÜÓôÃƵÄÊÂÇ飬ÎÒҲͬÑùÓйýÂ¥Ö÷Ò»ÑùµÄÒÉÎÊ£¬×îÖÕ£¬°¦¡£ÏÖÔÚÖ»»áд¿ØÖÆ̨³ÌÐòºÍ»ùÓÚWEBµÄ£¬GUI»¹Ð´²»³öÀ´¡£


Qt4?
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070404/41fbd158/attachment.html 

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

2007年04月04日 星期三 23:07

jiang hongbo larkdream在gmail.com
星期三 四月 4 23:07:02 HKT 2007

呵呵,机器上都有呢。
东西太多了不好啊,吃着碗里看着锅里的。怪不得弗洛姆有本书叫《逃避自由》呢。

在07-4-4,Ben Luo <benluo at gmail.com> 写道:
>
>
> On 4/4/07, gashero <harry.python at gmail.com> wrote:
> >
> > 有时候选择太多也是一种很郁闷的事情,我也同样有过楼主一样的疑问,最终,唉。现在只会写控制台程序和基于WEB的,GUI还写不出来。
>
>
> Qt4?
>
>
>
> _______________________________________________
> 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/20070404/0795af11/attachment.html 

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

2007年04月05日 星期四 09:50

Li Qingfeng liqfemail在gmail.com
星期四 四月 5 09:50:26 HKT 2007

ÎÒÊÔ¹ýºÃ¼¸ÖÖIDE£¬°üÀ¨×îаæµÄboa
constructor£¬Ê¹ÓùýTkºÍwxPython£¨ºóÕßÏֳɿÉÓõĿؼþ·á¸»µÃ¶à£©¡£×îºó×Ô¼ºµÃ³öµÄ½áÂÛÊÇ£¬¿ª·¢¹æÄ£²»Ì«´óµÄGUI³ÌÐòʱ£¬ÊÖ¹¤±àд´úÂ뻹ÊÇ×îºÃµÄÑ¡Ôñ£¬ÒòΪIDEÉú³ÉµÄ´úÂë¿ò¼Ü²»Ò»¶¨·ûºÏ×Ô¼ºµÄÒªÇ󣬺ÃÏñ»¹²»¹»Áé»î¡£

ÔÚ07-4-4£¬jiang hongbo <larkdream在gmail.com> дµÀ£º
>
> ºÇºÇ£¬»úÆ÷É϶¼ÓÐÄØ¡£
> ¶«Î÷Ì«¶àÁ˲»ºÃ°¡£¬³Ô×ÅÍëÀï¿´×ŹøÀïµÄ¡£¹Ö²»µÃ¸¥ÂåÄ·Óб¾Êé½Ð¡¶ÌÓ±Ü×ÔÓÉ¡·ÄØ¡£
>
> ÔÚ07-4-4£¬Ben Luo <benluo在gmail.com> дµÀ£º
> >
> >
> > On 4/4/07, gashero <harry.python在gmail.com > wrote:
> > >
> > > ÓÐʱºòÑ¡ÔñÌ«¶àÒ²ÊÇÒ»ÖÖºÜÓôÃƵÄÊÂÇ飬ÎÒҲͬÑùÓйýÂ¥Ö÷Ò»ÑùµÄÒÉÎÊ£¬×îÖÕ£¬°¦¡£ÏÖÔÚÖ»»áд¿ØÖÆ̨³ÌÐòºÍ»ùÓÚWEBµÄ£¬GUI»¹Ð´²»³öÀ´¡£
> >
> >
> > Qt4?
> >
> >
> >
> > _______________________________________________
> > 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
> >
>
>
> _______________________________________________
> 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
>
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070405/b9f275d7/attachment.html 

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

2007年04月05日 星期四 10:30

刀巴虫子 acestrong在gmail.com
星期四 四月 5 10:30:03 HKT 2007

同意~~

在07-4-5,Li Qingfeng <liqfemail在gmail.com> 写道:
>
> 我试过好几种IDE,包括最新版的boa
> constructor,使用过Tk和wxPython(后者现成可用的控件丰富得多)。最后自己得出的结论是,开发规模不太大的GUI程序时,手工编写代码还是最好的选择,因为IDE生成的代码框架不一定符合自己的要求,好像还不够灵活。
>
> 在07-4-4,jiang hongbo <larkdream在gmail.com> 写道:
> >
> > 呵呵,机器上都有呢。
> > 东西太多了不好啊,吃着碗里看着锅里的。怪不得弗洛姆有本书叫《逃避自由》呢。
> >
> > 在07-4-4,Ben Luo < benluo在gmail.com> 写道:
> > >
> > >
> > > On 4/4/07, gashero <harry.python在gmail.com > wrote:
> > > >
> > > > 有时候选择太多也是一种很郁闷的事情,我也同样有过楼主一样的疑问,最终,唉。现在只会写控制台程序和基于WEB的,GUI还写不出来。
> > >
> > >
> > > Qt4?
> > >
> > >
> > >
> > > _______________________________________________
> > > 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
> > >
> >
> >
> > _______________________________________________
> > 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
> >
>
>
> _______________________________________________
> 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
>



-- 
Best Regards!

Ace Strong

==================================================
Nanjing University of Aeronautics and Astronautics.
College of Civil Aviation
Tao Cheng
E-mail: acestrong在gmail.com ;acestrong在nuaa.edu.cn
Tel: 86-025-84892273
==================================================
-------------- 下一部分 --------------
一个HTML附件被移除...
URL: http://python.cn/pipermail/python-chinese/attachments/20070405/4979229e/attachment.htm 

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

2007年04月05日 星期四 15:17

zongzi honghunter在gmail.com
星期四 四月 5 15:17:38 HKT 2007

大家能推荐一个例子吗?另外,有什么比较好的电子书吗?

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

2007年04月05日 星期四 16:00

马踏飞燕 honeyday.mj在gmail.com
星期四 四月 5 16:00:14 HKT 2007

2007/4/5, zongzi <honghunter在gmail.com>:
> 大家能推荐一个例子吗?另外,有什么比较好的电子书吗?

《wxPython in Action》有电子版的,很不错的!
而且书的作者也是wxPython的作者之一。

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

2007年04月05日 星期四 16:55

Vincent Wang linsong.qizi在gmail.com
星期四 四月 5 16:55:27 HKT 2007

可试试PythonCard, pythoncard.sf.net .
它是基于wxPython的,挺容易上手的。
* 马踏飞燕 <honeyday.mj在gmail.com> [2007-04-05 16:00:14 +0800]:

> 2007/4/5, zongzi <honghunter在gmail.com>:
> > 大家能推荐一个例子吗?另外,有什么比较好的电子书吗?
> 
> 《wxPython in Action》有电子版的,很不错的!
> 而且书的作者也是wxPython的作者之一。
> _______________________________________________
> 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]

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号