2008年01月24日 星期四 23:44
请教一个问题,我用的是ubuntu,按照demo安装quixote,总是不成功,有人安装成功的,能告诉你的E_mail,我向请教一下. 在08-1-24,python-chinese-request在lists.python.cn < python-chinese-request在lists.python.cn> 写道: > > 想在 python-chinese 邮件列表发言,请写信给: > python-chinese在lists.python.cn > > 要订阅或者退订列表,可以访问万维网地址: > http://python.cn/mailman/listinfo/python-chinese > 或者可以向: > python-chinese-request在lists.python.cn > 发送主题或者正文为'help'的邮件。 > > 您可以通过邮件地址: > python-chinese-owner在lists.python.cn > 联系到此列表的管理员。 > > 当回信时,请给一个适当的标题,这样会比 "Re: > Contents of python-chinese digest..."更清楚明白。 > > > 本日主题: > > 1. Re: 如何 python实现下载功能 (Wayne) > 2. RE: > [公告]python-chinese的maillist服务将转移到googlegroup > python.cn将为pythoner提供更多其他服务 (tairan wang) > 3. > 用SocketServer.ThreadingTCPServer建的socket服务,能同时支持多少并发数 > (hanzg) > 4. 郁闷啊,wxpython调试 (ww) > 5. Re: 郁闷啊,wxpython调试 (zinicl) > 6. Re: 郁闷啊,wxpython调试 (Joey) > 7. Re: 郁闷啊,wxpython调试 (Joey) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 24 Jan 2008 13:02:58 +0800 > From: Wayne <moonbingbing在gmail.com> > Subject: Re: [python-chinese] 如何 python实现下载功能 > To: python-chinese在lists.python.cn > Message-ID: > <2f5313320801232102s47a4b110s4b41f15c0b6a3b54在mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > 爬虫有协议的,而且爬虫一般也不会去下载链接的文件 > > 在08-1-24,小龙 <freefis在gmail.com> 写道: > > > > 防爬虫的话, 那他不想被搜索引擎搜录了? > > > > -- > > deSign thE fuTure > > > > _______________________________________________ > > 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 > > > > > > -- > wayne > -------------- 下一部分 -------------- > 一个HTML附件被移除... > URL: > http://python.cn/pipermail/python-chinese/attachments/20080124/4a919774/attachment-0001.html > > ------------------------------ > > Message: 2 > Date: Thu, 24 Jan 2008 05:51:38 +0000 > From: tairan wang <python在tairan.net> > Subject: [python-chinese] RE: > [公告]python-chinese的maillist服务将转移到googlegroup > python.cn将为pythoner提供更多其他服务 > To: <python-chinese在lists.python.cn> > Message-ID: <BLU117-W1B7073D3033D34FAF51FFBE380在phx.gbl> > Content-Type: text/plain; charset="gb2312" > > > 必须要gmail用户才能加入论坛? > > 我用这个帐号发信,提示张贴错误。 > > > Date: Thu, 24 Jan 2008 11:22:18 +0800 > From: feng931在gmail.com > To: python-chinese在lists.python.cn > Subject: Re: [python-chinese] > [公告]python-chinese的maillist服务将转移到googlegroup python.cn将为pythoner提供更多其他服务 > > googlegroup貌似对其它非gmail邮箱的支持比较差! > > > 在08-1-24,Zoom. Quiet <zoom.quiet在gmail.com> 写道: > 2008/1/24 flyaflya <flyaflya在gmail.com>: > > 期待python.cn的blog > > ------------------------------ > > Message: 3 > Date: Thu, 24 Jan 2008 13:52:52 +0800 > From: hanzg <known.hanzg在gmail.com> > Subject: [python-chinese] > 用SocketServer.ThreadingTCPServer建的socket服务,能同时支持多少并发数 > > To: python-chinese在lists.python.cn > Message-ID: <479827B4.9070300在gmail.com> > Content-Type: text/plain; charset=GB2312 > > 正在学习python编程 > 用SocketServer.ThreadingTCPServer建了socket服务端.然后写了个客户端起1000 > 个线程去访问这个server > def test(): > sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) > sock.connect(('192.168.0.65', SERVER_PORT)) > sock.sendall('1234567890') > recvData = sock.recv(MAX_PACKET_SIZE) > print 'Recv from server', recvData > sock.close() > > if __name__ == '__main__': > for i in range(1000): > thread.start_new_thread(test) > time.sleep(0.1) > > 如果我在服务端的handle(self)中加入很小的延时函数,客户端就报连接拒绝 > "socket.error: (111, 'Connection refused')" > 我猜想是服务端的并发不够了,怎么才能增加server端的并发数?? > > > > ------------------------------ > > Message: 4 > Date: Thu, 24 Jan 2008 13:57:36 +0800 > From: ww <wang.wei在software.eteda.com> > Subject: [python-chinese] 郁闷啊,wxpython调试 > To: python-chinese在lists.python.cn > Message-ID: <20080124135228.0751.WANG.WEI在software.eteda.com> > Content-Type: text/plain; charset="GB2312" > > 大家好: > > 请教一个问题,我正在学习wxPython,但是调试程序(在DOS状态下直接运行 > .pyw文件)时,出错信息显示在另一个白色小窗口里,并且一闪而过,啥也看不清 > 啊,烦劳哪位给指点一下。 > > > > ------------------------------ > > Message: 5 > Date: Thu, 24 Jan 2008 15:01:01 +0800 > From: zinicl <zinicl在gmail.com> > Subject: Re: [python-chinese] 郁闷啊,wxpython调试 > To: python-chinese在lists.python.cn > Message-ID: > <bef1a9440801232301l73adc4detc4e641005b2c3f36在mail.gmail.com> > Content-Type: text/plain; charset="gb2312" > > if __name__ == '__main__': > app = App(redirect = False) > app.MainLoop() > > 在08-1-24,ww <wang.wei在software.eteda.com> 写道: > > > > 大家好: > > > > 请教一个问题,我正在学习wxPython,但是调试程序(在DOS状态下直接运行 > > .pyw文件)时,出错信息显示在另一个白色小窗口里,并且一闪而过,啥也看不清 > > 啊,烦劳哪位给指点一下。 > > > > _______________________________________________ > > 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/20080124/cca15f4c/attachment-0001.html > > ------------------------------ > > Message: 6 > Date: Thu, 24 Jan 2008 15:10:23 +0800 > From: Joey <tang.jiyu在gmail.com> > Subject: Re: [python-chinese] 郁闷啊,wxpython调试 > To: python-chinese在lists.python.cn > Message-ID: > <fedc6ad40801232310w7c126f2aldcead81d46eab248在mail.gmail.com> > Content-Type: text/plain; charset="gb2312" > > 或者 python -i a.py > > > > 2008/1/24 zinicl <zinicl在gmail.com>: > > > if __name__ == '__main__': > > app = App(redirect = False) > > app.MainLoop() > > > > 在08-1-24,ww < wang.wei在software.eteda.com> 写道: > > > > > 大家好: > > > > > > 请教一个问题,我正在学习wxPython,但是调试程序(在DOS状态下直接运行 > > > .pyw文件)时,出错信息显示在另一个白色小窗口里,并且一闪而过,啥也看不清 > > > 啊,烦劳哪位给指点一下。 > > > > > > _______________________________________________ > > > 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 Regard, > Tang, Jiyu (Joey) > -------------- 涓���ㄥ� -------------- > 一个HTML附件被移除... > URL: > http://python.cn/pipermail/python-chinese/attachments/20080124/32086d08/attachment-0001.htm > > ------------------------------ > > Message: 7 > Date: Thu, 24 Jan 2008 15:10:52 +0800 > From: Joey <tang.jiyu在gmail.com> > Subject: Re: [python-chinese] 郁闷啊,wxpython调试 > To: python-chinese在lists.python.cn > Message-ID: > <fedc6ad40801232310j73017626td70178b645231440在mail.gmail.com> > Content-Type: text/plain; charset="gb2312" > > 再或者 > > Boa Constructor > > 很不错噢 > > 2008/1/24 Joey <tang.jiyu在gmail.com>: > > > 或者 python -i a.py > > > > > > > > 2008/1/24 zinicl <zinicl在gmail.com>: > > > > if __name__ == '__main__': > > > app = App(redirect = False) > > > app.MainLoop() > > > > > > 在08-1-24,ww < wang.wei在software.eteda.com> 写道: > > > > > > > 大家好: > > > > > > > > 请教一个问题,我正在学习wxPython,但是调试程序(在DOS状态下直接运行 > > > > .pyw文件)时,出错信息显示在另一个白色小窗口里,并且一闪而过,啥也看不清 > > > > 啊,烦劳哪位给指点一下。 > > > > > > > > _______________________________________________ > > > > 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 Regard, > > Tang, Jiyu (Joey) > > > > > -- > Best Regard, > Tang, Jiyu (Joey) > -------------- 涓���ㄥ� -------------- > 一个HTML附件被移除... > URL: > http://python.cn/pipermail/python-chinese/attachments/20080124/25e0f922/attachment.html > > ------------------------------ > > _______________________________________________ > python-chinese mailing list > python-chinese在lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > > 结束python-chinese 摘要, 卷 49, 发布 251 > *********************************************** > -------------- 下一部分 -------------- 一个HTML附件被移除... URL: http://python.cn/pipermail/python-chinese/attachments/20080124/f00327bf/attachment-0001.html
2008年01月25日 星期五 00:01
0. 列表就是用来讨论的邮件/论坛,别又要 email 了 1. 请别用摘要模式 2. 请改用 python-cn at googlegroups.com 这个列表, 在 http://groups.google.com/group/python-cn 点 加入 就可以了 3. ubuntu 下 sudo apt-get install python-quixote 就可以安装了 2008/1/24 乱乱 <luan.nombx at gmail.com>: > 请教一个问题,我用的是ubuntu,按照demo安装quixote,总是不成功,有人安装成功的,能告诉你的E_mail,我向请教一下. > >
Zeuux © 2024
京ICP备05028076号