Tagged Questions
1
vote
1answer
164 views
Pass a counter from a python thread to a wxpython gage?
I am trying to pass a counter from a python COM thread back into a wxpython tabpanel. Anyone have a solution that would work. Some of my code below:
This class is seperate from my wxPython code but ...
0
votes
2answers
193 views
Pausing the “run” method in the worker thread
I have a background thread in my wxPython application to keep the GUI responsive.
There's a while(true) loop in the "run" method of my background thread but I also have other methods that I sometimes ...
1
vote
2answers
154 views
Returning data to the original process that invoke a subprocess
Someone told me to post this as a new question. This is a follow up to
Instantiating a new WX Python GUI from spawn thread
I implemented the following code to a script that gets called from a ...
2
votes
1answer
702 views
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 ...