Re: [PyQt] Errors while rendering to multiple QGLWidgets in a multi-threaded app

2011-11-07 Thread David Boddie
On Sat, 5 Nov 2011 17:57:04 -0700, Michael Broxton wrote: > I wanted to send another quick request for help in case any PyQt devs or > users can help me with the QGLWidget multi-threaded rendering bug I posted > about below... I've done a little more testing this week and found that > this issue o

Re: [PyQt] Errors while rendering to multiple QGLWidgets in a multi-threaded app

2011-11-05 Thread Michael Broxton
Hi again, I wanted to send another quick request for help in case any PyQt devs or users can help me with the QGLWidget multi-threaded rendering bug I posted about below... I've done a little more testing this week and found that this issue occurs on Linux as well, so the problem does appear to

[PyQt] Errors while rendering to multiple QGLWidgets in a multi-threaded app

2011-10-27 Thread Michael Broxton
Hi there, I'm attempting to write a PyQt application that renders to different QGLWidgets from different threads (there is one QGLWidget accessed in each thread, and each thread only renders to its one widget -- therefore the opengl contexts should be strictly kept to their separate threads).