2006年07月28日 星期五 10:03
请问怎样在Stackless python 中使用 wxPython,stackless python运行时执行stackless.run()是个主循环,而wxPython运行时执行wxApp.mainloop(),两个都是死循环,stackless python 能调用 pygame ,请问怎样调用 wxPython呢? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060728/044edc35/attachment.htm
2006年07月28日 星期五 13:28
这个需要有wxpython对stacklesspython的支持。 -- http://codeplayer.blogbus.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060728/a006bd4d/attachment.html
2006年07月28日 星期五 13:30
或者你自己去修改wxpython? 找到主循环,理论上说主循环里加上一句stackless.schedule() ,就差不多了。 -- http://codeplayer.blogbus.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060728/856e78db/attachment.html
2006年07月31日 星期一 10:21
主循环里加上一句stackless.schedule() 有什么好处吗? 2006/7/28, yi huang <yi.codeplayer at gmail.com>: > 或者你自己去修改wxpython? > 找到主循环,理论上说主循环里加上一句stackless.schedule() ,就差不多了。 > > > -- > http://codeplayer.blogbus.com/ > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to > python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to > python-chinese-request at lists.python.cn > Detail Info: > http://python.cn/mailman/listinfo/python-chinese > > -- My Blog >> http://leejd.cndev.org My QQ >> 9847243
2006年07月31日 星期一 13:36
给stackless其他mocro thread 执行的机会 -- http://codeplayer.blogbus.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060731/ecca68f8/attachment.htm
Zeuux © 2025
京ICP备05028076号