cyraxjoe
cyraxjoe

Reputation: 5741

Solid cross-platform threads support in GUIs: tkinter, pygtk, wxpython or pyqt

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.

Upvotes: 2

Views: 923

Answers (1)

Related Questions