View Single Post
Old 08-10-2017, 07:42 PM   #23
Groundhog
Coordinator
 
Join Date: Dec 2003
Location: Sydney, Australia
Ahh threads... I think that's everyone's first major stumbling block when working with GUIs! Are you using Qt for your GUI? If so I highly recommend using the QThreads class instead of the threading module. Lots of Python folks might disagree, but QThreads was a real breeze to work with within Qt.
__________________
Politics, n. Strife of interests masquerading as a contest of principles.
--Ambrose Bierce
Groundhog is offline   Reply With Quote