Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #5124 > unrolled thread

Re: NewBie Doubt in Python Thread Programming

Started byChris Angelico <rosuav@gmail.com>
First post2011-05-12 01:22 +1000
Last post2011-05-12 01:22 +1000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: NewBie Doubt in Python Thread Programming Chris Angelico <rosuav@gmail.com> - 2011-05-12 01:22 +1000

#5124 — Re: NewBie Doubt in Python Thread Programming

FromChris Angelico <rosuav@gmail.com>
Date2011-05-12 01:22 +1000
SubjectRe: NewBie Doubt in Python Thread Programming
Message-ID<mailman.1407.1305127326.9059.python-list@python.org>
On Thu, May 12, 2011 at 1:16 AM, Wojtek Mamrak <tacyt1007@gmail.com> wrote:
> Is there any special reason you don't want to use QThread?
> http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qthread.html#details

Other than that QThread is part of QT and threading isn't, what are
the advantages of QThread? Is it possible (safe) to manipulate QT
objects - in this case, the button - from a thread other than the one
that created them? (If not, that would be a good reason for using
QThread, which will fire an event upon termination.)

Chris Angelico

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web