Python论坛  - 讨论区

标题:[python-chinese] 关于python工具包的问题

2005年05月22日 星期日 02:42

wang fei linuxbbs at 163.com
Sun May 22 02:42:30 HKT 2005

记得以前在哪里看过说python.org上有一份完整的python工具包的列表。
就是pygtk,pmw,wxpython之类的东西。可是我在python.org上游荡了半天也找不
到,哪位能给个详细链接么?



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

2005年05月22日 星期日 19:41

Chun Lin Zhang zhangcl at smmail.cn
Sun May 22 19:41:38 HKT 2005

news.gmane.org
----- Original Message ----- 
From: "wang fei" <linuxbbs at 163.com>
To: <python-chinese at lists.python.cn>
Sent: Monday, May 23, 2005 5:18 AM
Subject: [python-chinese] 哪里有python组件的完整列表啊


> 记得以前看到过好像在哪有wxpython等python组件的一个完整列表的。有谁知道么?
>
>
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
>


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

2005年05月22日 星期日 22:32

flyaflya flyaflya at gmail.com
Sun May 22 22:32:58 HKT 2005

Chun Lin Zhang wrote:

>news.gmane.org
>----- Original Message ----- 
>From: "wang fei" <linuxbbs at 163.com>
>To: <python-chinese at lists.python.cn>
>Sent: Monday, May 23, 2005 5:18 AM
>Subject: [python-chinese] 哪里有python组件的完整列表啊
>
>
>  
>
>>记得以前看到过好像在哪有wxpython等python组件的一个完整列表的。有谁知道么?
>>
>>
>>_______________________________________________
>>python-chinese list
>>python-chinese at lists.python.cn
>>http://python.cn/mailman/listinfo/python-chinese
>>
>>    
>>
>
>_______________________________________________
>python-chinese list
>python-chinese at lists.python.cn
>http://python.cn/mailman/listinfo/python-chinese
>
>  
>

news.gmane.org为何无法发帖?按要求已经答复了认证信,仍然无法发帖



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

2005年05月23日 星期一 05:18

wang fei linuxbbs at 163.com
Mon May 23 05:18:01 HKT 2005

记得以前看到过好像在哪有wxpython等python组件的一个完整列表的。有谁知道么?



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

2005年05月23日 星期一 09:10

limodou limodou at gmail.com
Mon May 23 09:10:35 HKT 2005

就是首页上那个pypi呀。

在 05-5-22,wang fei<linuxbbs at 163.com> 写道:
> 记得以前在哪里看过说python.org上有一份完整的python工具包的列表。
> 就是pygtk,pmw,wxpython之类的东西。可是我在python.org上游荡了半天也找不
> 到,哪位能给个详细链接么?
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 


-- 
I like python! 
My Donews Blog: http://www.donews.net/limodou
New Google Maillist: http://groups-beta.google.com/group/python-cn

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

2005年05月23日 星期一 09:56

jiang__30 jiang__30 at 163.com
Mon May 23 09:56:19 HKT 2005

python-chinese,您好!
       
直接运行aliens.py一切正常。

想通过py2exe生成可执行文件Exe出错。

#setup.py 
	     from distutils.core import setup
		 import sys, os, pygame, shutil
		 import py2exe
		 script = "aliens.py"
         setup(
	     version = "0.5.0",
  	     description = "py2exe sample script",
		 name = "aliens",
	     # targets to build
	     windows = [script],
	   )

python setup.py py2exe

自动生成了build和dist目录,手工复制了Data目录到dist目录下。
提示找不到 AppKit   Foundation  objc 

但运行 aliens.exe 后出错。
出错信息是:  this application requested the runtime to terminate   it in an unusual way.
              
请问如何解决。

        致
礼!
 				

        jiang__30
        jiang__30 at 163.com
          2005-05-23

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

2005年05月23日 星期一 10:12

Wu Beast cocoismywife at msn.com
Mon May 23 10:12:33 HKT 2005

谁能帮我解释一下lambda的用法谢谢。

_________________________________________________________________
免费下载 MSN Explorer:   http://explorer.msn.com/lccn  


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

2005年05月23日 星期一 10:21

jiang__30 jiang__30 at 163.com
Mon May 23 10:21:26 HKT 2005

python-chinese,您好!
       
直接运行aliens.py一切正常。

想通过py2exe生成可执行文件Exe出错。

#setup.py 
	     from distutils.core import setup
		 import sys, os, pygame, shutil
		 import py2exe
		 script = "aliens.py"
         setup(
	     version = "0.5.0",
  	     description = "py2exe sample script",
		 name = "aliens",
	     # targets to build
	     windows = [script],
	   )

python setup.py py2exe

自动生成了build和dist目录,手工复制了Data目录到dist目录下。
提示找不到 AppKit   Foundation  objc 

但运行 aliens.exe 后出错。
出错信息是:  this application requested the runtime to terminate   it in an unusual way.
              
请问如何解决。

        致
礼!
 				

        jiang__30
        jiang__30 at 163.com
          2005-05-23

= = = = = = = = = = = = = = = = = = = = 


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

2005年05月23日 星期一 13:26

Leslie Huyan leslie at exoweb.net
Mon May 23 13:26:52 HKT 2005

Hi:
lambda args_list : return_value
For example:
>>> add = lambda x, y : x + y
>>> print f('a', 'b')
>>> 'ab'
You should not code it as 'return x + y' behind ':', however only 'x +
y' is ok.


Wu Beast wrote:

> 谁能帮我解释一下lambda的用法谢谢。
>
> _________________________________________________________________
> 免费下载 MSN Explorer: http://explorer.msn.com/lccn
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
>


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

2005年05月23日 星期一 15:46

Neo Chan neo.chen at achievo.com
Mon May 23 15:46:17 HKT 2005

应该是:
>>> print add(1,1)
2
>>>

学会了赫赫。。。
和
#define add(x,y) x+y
一样。

-----Original Message-----
From: python-chinese-bounces at lists.python.cn [mailto:python-chinese-bounces at lists.python.cn] On Behalf Of Leslie Huyan
Sent: Monday, May 23, 2005 1:27 PM
To: python-chinese at lists.python.cn
Subject: Re: [python-chinese] (no subject)

Hi:
lambda args_list : return_value
For example:
>>> add = lambda x, y : x + y
>>> print f('a', 'b')
>>> 'ab'
You should not code it as 'return x + y' behind ':', however only 'x +
y' is ok.


Wu Beast wrote:

> 谁能帮我解释一下lambda的用法谢谢。
>
> _________________________________________________________________
> 免费下载 MSN Explorer: http://explorer.msn.com/lccn
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
>

_______________________________________________
python-chinese list
python-chinese at lists.python.cn
http://python.cn/mailman/listinfo/python-chinese


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

2005年05月23日 星期一 15:56

Wu Beast cocoismywife at msn.com
Mon May 23 15:56:48 HKT 2005

To Leslie Huyan:
Thank you very much.

>From: Leslie Huyan <leslie at exoweb.net>
>Reply-To: python-chinese at lists.python.cn
>To: python-chinese at lists.python.cn
>Subject: Re: [python-chinese] (no subject)
>Date: Mon, 23 May 2005 13:26:52 +0800
>
>Hi:
>lambda args_list : return_value
>For example:
> >>> add = lambda x, y : x + y
> >>> print f('a', 'b')
> >>> 'ab'
>You should not code it as 'return x + y' behind ':', however only 'x +
>y' is ok.
>
>
>Wu Beast wrote:
>
> > 谁能帮我解释一下lambda的用法谢谢。
> >
> > _________________________________________________________________
> > 免费下载 MSN Explorer: http://explorer.msn.com/lccn
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese
> >
>
>_______________________________________________
>python-chinese list
>python-chinese at lists.python.cn
>http://python.cn/mailman/listinfo/python-chinese

_________________________________________________________________
享用世界上最大的电子邮件系统― MSN Hotmail。  http://www.hotmail.com  


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

2005年05月23日 星期一 16:28

Sizkim sizkim at 163.com
Mon May 23 16:28:53 HKT 2005

should  "add = lambda x, y : x + y"  be "f = lambda x, y : x + y"?


在 Mon, 23 May 2005 13:26:52 +0800,Leslie Huyan <leslie at exoweb.net> 写道:

> add = lambda x, y : x + y



-- 
使用 Opera 革命性的电子邮件客户程序: http://www.opera.com/mail/


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

2005年05月24日 星期二 09:46

Leslie Huyan leslie at exoweb.net
Tue May 24 09:46:08 HKT 2005

Sizkim:
Yes, it's just a spelling mistake made by me.
Sizkim wrote:

> should "add = lambda x, y : x + y" be "f = lambda x, y : x + y"?
>
>
> ÔÚ Mon, 23 May 2005 13:26:52 +0800£¬Leslie Huyan <leslie at exoweb.net> 
> дµÀ:
>
>> add = lambda x, y : x + y
>
>
>
>


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

2005年05月24日 星期二 13:54

薛伟 snowway.xue at gmail.com
Tue May 24 13:54:52 HKT 2005

http://www.vex.net/parnassus/

在 05-5-22,flyaflya<flyaflya at gmail.com> 写道:
> Chun Lin Zhang wrote:
> 
> >news.gmane.org
> >----- Original Message -----
> >From: "wang fei" <linuxbbs at 163.com>
> >To: <python-chinese at lists.python.cn>
> >Sent: Monday, May 23, 2005 5:18 AM
> >Subject: [python-chinese] 哪里有python组件的完整列表啊
> >
> >
> >
> >
> >>记得以前看到过好像在哪有wxpython等python组件的一个完整列表的。有谁知道么?
> >>
> >>
> >>_______________________________________________
> >>python-chinese list
> >>python-chinese at lists.python.cn
> >>http://python.cn/mailman/listinfo/python-chinese
> >>
> >>
> >>
> >
> >_______________________________________________
> >python-chinese list
> >python-chinese at lists.python.cn
> >http://python.cn/mailman/listinfo/python-chinese
> >
> >
> >
> 
> news.gmane.org为何无法发帖?按要求已经答复了认证信,仍然无法发帖
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 


-- 
--薛伟

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

2005年05月30日 星期一 16:27

xylv xylv at travelsky.com
Mon May 30 16:27:02 HKT 2005


有时间的热心同学,麻烦抽空填写一下知识管理的survey,谢谢!
万分感激!
网址:http://www.my3q.com/home2/43/weihehan/23680.phtml 
口令:kmsurvey

-----邮件原件-----
发件人: python-chinese-bounces at lists.python.cn
[mailto:python-chinese-bounces at lists.python.cn] 代表 flyaflya
发送时间: Sunday, May 22, 2005 10:33 PM
收件人: python-chinese at lists.python.cn
主题: Re: [python-chinese] 哪里有python组件的完整列表啊

Chun Lin Zhang wrote:

>news.gmane.org
>----- Original Message ----- 
>From: "wang fei" <linuxbbs at 163.com>
>To: <python-chinese at lists.python.cn>
>Sent: Monday, May 23, 2005 5:18 AM
>Subject: [python-chinese] 哪里有python组件的完整列表啊
>
>
>  
>
>>记得以前看到过好像在哪有wxpython等python组件的一个完整列表的。有谁知道么?
>>
>>
>>_______________________________________________
>>python-chinese list
>>python-chinese at lists.python.cn
>>http://python.cn/mailman/listinfo/python-chinese
>>
>>    
>>
>
>_______________________________________________
>python-chinese list
>python-chinese at lists.python.cn
>http://python.cn/mailman/listinfo/python-chinese
>
>  
>

news.gmane.org为何无法发帖?按要求已经答复了认证信,仍然无法发帖


_______________________________________________
python-chinese list
python-chinese at lists.python.cn
http://python.cn/mailman/listinfo/python-chinese

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号