Python论坛  - 讨论区

标题:Re: Re: 答复: [python-chinese] [C/BPUG]正式集会倡议

2005年07月25日 星期一 10:04

寒号鸟 gs7510 at 163.com
Mon Jul 25 10:04:43 HKT 2005

你们有没有搞错.你们聊天的邮件发到我的邮箱来干什么?
> 好也!!!
> 摄影师是大大需要的,否则在下一个人又录音,又拍摄,又主持什么的忙不过来者…………
> 
> 
> 在 05-7-25,gmail<icebirds at gmail.com> 写道:
> > jao.alex,您好!
> > 
> >         强烈支持!我一定到场。会带相机去。另:我可以参与网站的前端设计开发等工作,帮一些小忙。
> > 
> > 
> >         致
> > 礼!
> > 
> > 
> >         gmail
> >         icebirds at gmail.com
> >           2005-07-25
> > 
> > ================原信内容如下:====================
> > 发信日期:05-7-22 11:36
> > 发信时间:
> > 发信人:jao.alex
> > 发信主题:答复: [python-chinese] [C/BPUG]正式集会倡议
> > 
> > 想去,可是去不了!可惜~~~
> > 
> > -----邮件原件-----
> > 发件人: python-chinese-bounces at lists.python.cn
> > [mailto:python-chinese-bounces at lists.python.cn] 代表 Zoom Quiet
> > 发送时间: 2005年7月21日 16:32
> > 收件人: python-chinese列表; Python.cn at google; CPUG at googlegroups.com;
> > bpug at googlegroups.com
> > 主题: [python-chinese] [C/BPUG]正式集会倡议
> > 
> > 被大家的热情逼上梁山,担当首次 CPUG/BPUG 的成立大会,现公布正式议程:
> >     1. 时间: 2005-07-30 15:00--17:00
> >     2. 地址: 北京海淀区北四环西路58号,       理想国际大厦 20层
> >     3. 参与: 所有想参加,可以参加的Python 爱好者,请先在 Wiki 中签名:
> >         http://202.108.44.62/wiki/BPUG/2005-07-30
> >         (由于域名到期,今天才发现所有站点不能访问,HD刚刚交了银子,不日会恢
> > 复)
> >     4. 主题:
> >         i. 宣布 CPUG + BPUG 民间Python 推广社团成立!
> >         ii. 讨论CPUG 的组织,目标,近期计划
> >         iii. 讨论BPUG 的组织,目标,近期计划
> >         (iv.) 上海润普,CZUG 站长 panjubyong 的Plone 畅想
> >         自由讨论,大家混个脸熟
> >     5. 成果:
> >         i. CPUG+BPUG 核心管理团队
> >         ii. CPUG 门户规划方案
> >         iii. 照片,录音,记录这一历史事件
> > 
> > ps.
> > 1. 其中地点可以商讨,几个主题,请大家分别,或是自行组织幻灯资料,
> >     严正推荐使用 S5 来组织
> >     http://www.meyerweb.com/eric/tools/s5/
> >     已有的效果
> >     http://202.108.44.62/share/doc/SKSIG/SNSintro/
> > 2. 主题,大家也可以推荐,自个儿主动来分享哪!
> >     不过提醒一下子,这将是个稳固的,长久的学习型组织,不要一次都讲完了哪!哈
> > 哈哈!
> > 
> > --
> > [Time is unimportant, only life important!]
> > _______________________________________________
> > 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
> > 
> > 
> > 
> 
> 
> -- 
> [Time is unimportant, only life important!]
> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050725/fde9f921/attachment.html

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

2005年07月25日 星期一 10:04

cn-poper cn-poper at 126.com
Mon Jul 25 10:04:53 HKT 2005

我也开始Py了

	

======= 2005-07-24 22:57:57 您在来信中写道:=======

>当Collector接收到'exit'退出时,Receiver仍然会向Collector发送'exit'字符串,所
>以会Broken pipe。
>
>以下的代码在Windows和Debian上都没有问题。
>改动了Receiver
>
># receiver.py (the main program)
>from subprocess import Popen, PIPE
>
>def main():
>    p = Popen(['python', 'collector.py'], stdout=PIPE, stdin=PIPE)
>    keep_going = False
>    count = 0
>    for line in p.stdout:
>        data = line.strip()
>        print 'Receiver: ' + line
>        # process(data)
>        count += 1
>        if count >= 1000:
>            if keep_going  == False:
>               print >> p.stdin, 'exit'
>               keep_going = True
>            print 'waiting subprocess exit'
>            p.wait()
>
>if __name__ == '__main__':
>    main()
>#end of receiver.py
>
>__
>Best Regards,
> 
>Kebo Wang
>
>
>_______________________________________________
>python-chinese list
>python-chinese at lists.python.cn
>http://python.cn/mailman/listinfo/python-chinese

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

        致
礼!
 
				 
        cn-poper
        cn-poper at 126.com
          2005-07-25


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

2005年07月25日 星期一 10:12

limodou limodou at gmail.com
Mon Jul 25 10:12:06 HKT 2005

说得有道理。不如单开一个python水园邮件列表,这样只能在水园聊天如何。以后碰到聊天的邮件就建议他进入水园去聊。

在 05-7-25,寒号鸟<gs7510 at 163.com> 写道:
> 你们有没有搞错.你们聊天的邮件发到我的邮箱来干什么?
> 
> > 好也!!!
> > 摄影师是大大需要的,否则在下一个人又录音,又拍摄,又主持什么的忙不过来者…………
> > 
> > 
> > 在 05-7-25,gmail<icebirds at gmail.com> 写道:
> > > jao.alex,您好!
> > > 
> > > 强烈支持!我一定到场。会带相机去。另:我可以参与网站的前端设计开发等工作,帮一些小忙。
> > > 
> > > 
> > > 致
> > > 礼!
> > > 
> > > 
> > > gmail
> > > icebirds at gmail.com
> > > 2005-07-25
> > > 
> > > ================原信内容如下:====================
> > > 发信日期:05-7-22 11:36
> > > 发信时间:
> > > 发信人:jao.alex
> > > 发信主题:答复: [python-chinese] [C/BPUG]正式集会倡议
> > > 
> > > 想去,可是去不了!可惜~~~
> > > 
> > > -----邮件原件-----
> > > 发件人: python-chinese-bounces at lists.python.cn
> > > [mailto:python-chinese-bounces at lists.python.cn] 代表 Zoom
> Quiet
> > > 发送时间: 2005年7月21日 16:32
> > > 收件人: python-chinese列表; Python.cn at google; CPUG at googlegroups.com;
> > > bpug at googlegroups.com
> > > 主题: [python-chinese] [C/BPUG]正式集会倡议
> > > 
> > > 被大家的热情逼上梁山,担当首次 CPUG/BPUG 的成立大会,现公布正式议程:
> > > 1. 时间: 2005-07-30 15:00--17:00
> > > 2. 地址: 北京海淀区北四环西路58号, 理想国际大厦 20层
> > > 3. 参与: 所有想参加,可以参加的Python 爱好者,请先在 Wiki 中签名:
> > > http://202.108.44.62/wiki/BPUG/2005-07-30
> > > (由于域名到期,今天才发现所有站点不能访问,HD刚刚交了银子,不日会恢
> > > 复)
> > > 4. 主题:
> > > i. 宣布 CPUG + BPUG 民间Python 推广社团成立!
> > > ii. 讨论CPUG 的组织,目标,近期计划
> > > iii. 讨论BPUG 的组织,目标,近期计划
> > > (iv.) 上海润普,CZUG 站长 panjubyong 的Plone 畅想
> > > 自由讨论,大家混个脸熟
> > > 5. 成果:
> > > i. CPUG+BPUG 核心管理团队
> > > ii. CPUG 门户规划方案
> > > iii. 照片,录音,记录这一历史事件
> > > 
> > > ps.
> > > 1. 其中地点可以商讨,几个主题,请大家分别,或是自行组织幻灯资料,
> > > 严正推荐使用 S5 来组织
> > > http://www.meyerweb.com/eric/tools/s5/
> > > 已有的效果
> > > http://202.108.44.62/share/doc/SKSIG/SNSintro/
> > > 2. 主题,大家也可以推荐,自个儿主动来分享哪!
> > > 不过提醒一下子,这将是个稳固的,长久的学习型组织,不要一次都讲完了哪!哈
> > > 哈哈!
> > > 
> > > --
> > > [Time is unimportant, only life important!]
> > > _______________________________________________
> > > 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
> > > 
> > > 
> > > 
> > 
> > 
> > -- 
> > [Time is unimportant, only life important!]
> > 
> 
> 
> 
>  
>  
> 
> 
>  需要一个2000兆的免费邮箱吗?
> 网易免费邮箱是中国最多人使用的电子邮箱。 
> _______________________________________________
> 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]

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号