On Sat, 10 Jan 2009 16:37:15 -0500, Jason Voegele <jason at jvoegele.com> wrote: > I've just noticed that the QThreadStorage class is not available in PyQt4. > Is > there any particular reason for this? It's a template class. > Is there an alternative that I can > use > for thread-local objects? The Python threading module? Phil