2004年04月12日 星期一 09:22
info: 您好! ======= 2004-04-12 09:14:46 您在来信中写道:======= >python-chinese,您好! > > 我想在python下开发gui界面,有类似vc或者vb的开发工具吗?听说boa可以,大家觉得可以使用这个开发工具吗?在哪里下载呢? 在http://sourceforge.net上可以下载。通常在Python下开发GUI也都是直接编码,RAD方式不太常见,这个BOA的设计很不错,但是好像很久没有更新了。> > 致 >礼! > > > info > info at xichen.com > 2004-04-12 >_______________________________________________ >python-chinese list >python-chinese at lists.python.cn >http://python.cn/mailman/listinfo/python-chinese = = = = = = = = = = = = = = = = = = = = 致 礼! 刘鑫 liux at gdcn.com 2004-04-12
2004年04月12日 星期一 09:32
python-chinese,您好! 我写了以下的类似程序: def HaveNewSms(sock,ep): while 1: 。 def ConnectThread(conn, addr): global iClientCount 。 threading.Thread(target=HaveNewSms,args=(sock,ep)).start() def ListenThread(sock): global iClientCount 。 threading.Thread(target=ConnectThread, args=(conn, addr)).start() 当ListenThread启动了ConnectThread后,也能正常启动HaveNewSms的线程。但是当ConnectThread线程停止运行后,HaveNewSms并没有终止运行,如何让ConnectThread结束后,HaveNewSms也跟着结束。 而只有ConnectThread线程才知道是否应该关闭子线程。 如果将threading.Thread(target=HaveNewSms,args=(sock,ep)).start()中多传入一个参数,当ConnectThread的参数发生变化后HaveNewSms中的变量并没有发生变化。 不知道我的问题是否讲述清楚,请各位帮助了。 致 礼! info info at xichen.com 2004-04-12
2004年04月12日 星期一 09:41
caixl,您好! 你好,我已经下载并安装了boa了,但是没有找到如何运行它的地方,请问如何使用呢? ======= 2004-04-12 09:21:31 您在来信中写道:======= >http://prdownloads.sourceforge.net/boa-constructor/boa-constructor-0.2.3.win32.exe?download > >-----原始邮件----- >发件人: python-chinese-bounces at lists.python.cn >[mailto:python-chinese-bounces at lists.python.cn]代表 info at xichen.com >发送时间: 2004年4月12日 9:15 >收件人: python-chinese >主题: [python-chinese] python下开发gui界面使用什么ide环境要好些? > > >python-chinese,您好! > > 我想在python下开发gui界面,有类似vc或者vb的开发工具吗?听说boa可以,大家觉得可以使用这个开发工具吗?在哪里下载呢? > > 致 >礼! > > > info > info at xichen.com > 2004-04-12 >_______________________________________________ >python-chinese list >python-chinese at lists.python.cn >http://python.cn/mailman/listinfo/python-chinese = = = = = = = = = = = = = = = = = = = = 致 礼! info info at xichen.com 2004-04-12
Zeuux © 2024
京ICP备05028076号