GUI 中可靠的跨平台线程支持:tkinter、pygtk、wxpython 或 pyqt
我对 pygtk 有一些经验,并且感觉很舒服,除了 当 Windows 上需要线程时,所以我想知道, 我的程序员同事如何在跨平台环境(或至少是 linux-windows)中处理 tkinter、pyqt 和 wxpython 中的线程?。
我非常感谢每个工具包的示例线程代码。
I have some experience with pygtk, and I feel very comfortable with, except
when the threads are necessary on windows, so I was wondering,
how does my fellows programmers deals with threads in tkinter, pyqt and wxpython in a cross-platform environment (or at least linux-windows)?.
I'll really appreciate sample threading code, with each toolkit.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于 wxPython,请查看以下链接:
http://wiki.wxpython.org/LongRunningTasks
http://www.blog.pythonlibrary.org/2010/05/22 /wxpython-and-threads/
For wxPython, check out the following links:
http://wiki.wxpython.org/LongRunningTasks
http://www.blog.pythonlibrary.org/2010/05/22/wxpython-and-threads/