Python论坛  - 讨论区

标题:[python-chinese] [ANN]meide 0.0.2 released!

2007年09月07日 星期五 13:18

limodou limodou在gmail.com
星期五 九月 7 13:18:56 HKT 2007

Changes:

1. All contents are packaged together.
2. Add test_custom.py example to show how to use meide with custom widget.
3. Add many and many comments in the meide.py source code.

Download link: http://meide.googlecode.com/files/meide-0.0.2.zip

-- 
I like python!
UliPad <>: http://code.google.com/p/ulipad/
My Blog: http://www.donews.net/limodou

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

2007年09月07日 星期五 13:30

Ben Luo benluo在gmail.com
星期五 九月 7 13:30:38 HKT 2007

On 9/7/07, limodou <limodou在gmail.com> wrote:
>
> Changes:
>
> 1. All contents are packaged together.
> 2. Add test_custom.py example to show how to use meide with custom widget.
> 3. Add many and many comments in the meide.py source code.


 ÄܽâÊÍÒ»ÏÂÃû×ÖµÄÀ´ÀúÂð£¿
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070907/74eb7fc4/attachment.html 

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

2007年09月07日 星期五 13:36

limodou limodou在gmail.com
星期五 九月 7 13:36:59 HKT 2007

On 9/7/07, Ben Luo <benluo在gmail.com> wrote:
> On 9/7/07, limodou <limodou在gmail.com> wrote:
> > Changes:
> >
> > 1. All contents are packaged together.
> > 2. Add test_custom.py example to show how to use meide with custom widget.
> > 3. Add many and many comments in the meide.py source code.
>
>  能解释一下名字的来历吗?
>
没什么来历,随便想了一个. :P

-- 
I like python!
UliPad <>: http://code.google.com/p/ulipad/
My Blog: http://www.donews.net/limodou

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

2007年09月07日 星期五 14:09

Ben Luo benluo在gmail.com
星期五 九月 7 14:09:23 HKT 2007

>
> > >
> > > 1. All contents are packaged together.
> > > 2. Add test_custom.py example to show how to use meide with custom
> widget.
> > > 3. Add many and many comments in the meide.py source code.
> >
> >  ÄܽâÊÍÒ»ÏÂÃû×ÖµÄÀ´ÀúÂð£¿
> >
> ûʲôÀ´Àú,Ëæ±ãÏëÁËÒ»¸ö. :P


 Ôõô¿´ÔõôÏñ"ÃÀµÄ"µÄ¹ã¸æÈí¼þ¡£ :P
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070907/5e39da69/attachment.html 

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

2007年09月07日 星期五 14:34

limodou limodou在gmail.com
星期五 九月 7 14:34:50 HKT 2007

On 9/7/07, Ben Luo <benluo在gmail.com> wrote:
>
>
> >
> > > >
> > > > 1. All contents are packaged together.
> > > > 2. Add test_custom.py example to show how to use meide with custom
> widget.
> > > > 3. Add many and many comments in the meide.py source code.
> > >
> > >  能解释一下名字的来历吗?
> > >
> > 没什么来历,随便想了一个. :P
>
>  怎么看怎么像"美的"的广告软件。 :P
>
>
美的我查了下是midea,不一样.

-- 
I like python!
UliPad <>: http://code.google.com/p/ulipad/
My Blog: http://www.donews.net/limodou

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

2007年09月07日 星期五 15:50

lveax lveax.m在gmail.com
星期五 九月 7 15:50:48 HKT 2007

On 9/7/07, limodou <limodou在gmail.com> wrote:
> On 9/7/07, Ben Luo <benluo在gmail.com> wrote:
> >
> >
> > >
> > > > >
> > > > > 1. All contents are packaged together.
> > > > > 2. Add test_custom.py example to show how to use meide with custom
> > widget.
> > > > > 3. Add many and many comments in the meide.py source code.
> > > >
> > > >  能解释一下名字的来历吗?
> > > >
> > > 没什么来历,随便想了一个. :P
> >
> >  怎么看怎么像"美的"的广告软件。 :P
> >
> >
> 美的我查了下是midea,不一样.
>
> --

没得 hah

另外我发现了一个bug

meide/meide/meide.py  line 1045

        super(SimpleDialog, self).create()
或许应该直接改为
        create(self, box)



bug再现可以参考
meide/tests/test_dialog.py

Test Dialog 2

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

2007年09月07日 星期五 16:08

limodou limodou在gmail.com
星期五 九月 7 16:08:56 HKT 2007

> 没得 hah
>
> 另外我发现了一个bug
>
> meide/meide/meide.py  line 1045
>
>         super(SimpleDialog, self).create()
> 或许应该直接改为
>         create(self, box)
>
>
>
> bug再现可以参考
> meide/tests/test_dialog.py
>
> Test Dialog 2
>
谢谢,已经修正.应该是_create(),而不是create()

一些不想公开的方法前面都加了一个_,但是这个忘改了.

-- 
I like python!
UliPad <>: http://code.google.com/p/ulipad/
My Blog: http://www.donews.net/limodou

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

2007年09月07日 星期五 16:39

klutz chump chumpklutz在gmail.com
星期五 九月 7 16:39:05 HKT 2007

*meideÊǸÉʲôÓõÄ*

ÔÚ07-9-7£¬limodou <limodou在gmail.com> дµÀ£º
>
> > ûµÃ hah
> >
> > ÁíÍâÎÒ·¢ÏÖÁËÒ»¸öbug
> >
> > meide/meide/meide.py  line 1045
> >
> >         super(SimpleDialog, self).create()
> > »òÐíÓ¦¸ÃÖ±½Ó¸ÄΪ
> >         create(self, box)
> >
> >
> >
> > bugÔÙÏÖ¿ÉÒԲο¼
> > meide/tests/test_dialog.py
> >
> > Test Dialog 2
> >
> лл,ÒѾ­ÐÞÕý.Ó¦¸ÃÊÇ_create(),¶ø²»ÊÇcreate()
>
> һЩ²»Ï빫¿ªµÄ·½·¨Ç°Ã涼¼ÓÁËÒ»¸ö_,µ«ÊÇÕâ¸öÍü¸ÄÁË.
>
> --
> I like python!
> UliPad <>: http://code.google.com/p/ulipad/
> My Blog: http://www.donews.net/limodou
> _______________________________________________
> 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/20070907/5c13438f/attachment.html 

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

2007年09月07日 星期五 17:01

limodou limodou在gmail.com
星期五 九月 7 17:01:56 HKT 2007

On 9/7/07, klutz chump <chumpklutz在gmail.com> wrote:
> meide是干什么用的
>
简化wxPython界面代码的,如果你不喜欢手写界面代码,应该无用.

-- 
I like python!
UliPad <>: http://code.google.com/p/ulipad/
My Blog: http://www.donews.net/limodou

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

2007年09月07日 星期五 20:38

lveax lveax.m在gmail.com
星期五 九月 7 20:38:25 HKT 2007

On 9/7/07, limodou <limodou在gmail.com> wrote:
> > 没得 hah
> >
> > 另外我发现了一个bug
> >
> > meide/meide/meide.py  line 1045
> >
> >         super(SimpleDialog, self).create()
> > 或许应该直接改为
> >         create(self, box)
> >
> >
> >
> > bug再现可以参考
> > meide/tests/test_dialog.py
> >
> > Test Dialog 2
> >
> 谢谢,已经修正.应该是_create(),而不是create()
>
> 一些不想公开的方法前面都加了一个_,但是这个忘改了.
>

还有一个小问题,Changelog.txt

已经2008年了? _<.....

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

2007年09月07日 星期五 20:48

limodou limodou在gmail.com
星期五 九月 7 20:48:33 HKT 2007

> 还有一个小问题,Changelog.txt
>
> 已经2008年了? _<.....

没太注意,时间写错了,已经改正.多谢.

-- 
I like python!
UliPad <>: http://code.google.com/p/ulipad/
My Blog: http://www.donews.net/limodou

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

2007年09月07日 星期五 22:35

R Y digitalwit在gmail.com
星期五 九月 7 22:35:19 HKT 2007

>  怎么看怎么像"美的"的广告软件。 :P

笑的肚子痛了

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号