Re: [PyQt] Qwebview crashes almost always when entering Facebook apps

2011-04-03 Thread Hans-Peter Jansen
On Sunday 03 April 2011, 22:49:44 Gelonida Gmail wrote: > Nokia considers this bug not being their problem, but a webkit issue. > > Therefore I filed a new bug report for webkit. > > https://bugs.webkit.org/show_bug.cgi?id=57729 Hi Phil, I was able to simplify the issue even further, and usually

Re: [PyQt] Qwebview crashes almost always when entering Facebook apps

2011-04-03 Thread Gelonida Gmail
Nokia considers this bug not being their problem, but a webkit issue. Therefore I filed a new bug report for webkit. https://bugs.webkit.org/show_bug.cgi?id=57729 Let's see what happens now On 03/28/2011 03:11 AM, Gelonida Gmail wrote: > On 03/27/2011 10:52 PM, Hans-Peter Jansen wrote: >> On S

Re: [PyQt] Are QThreads compatible with python's threading.RLock?

2011-04-03 Thread Darren Dale
On Sat, Jul 26, 2008 at 3:48 AM, Phil Thompson wrote: > On Fri, 25 Jul 2008 17:41:22 -0400, Darren Dale wrote: >> I use a library that provides rudimentary thread safety of its objects > and >> file >> I/O using threading.RLock from the python standard library. Could anyone >> tell >> me if PyQt4

Re: [PyQt] Missing method in QGLShaderProgram?

2011-04-03 Thread Phil Thompson
On Sat, 2 Apr 2011 17:27:38 -0400, "Brett Stottlemyer" wrote: > Phil, > > > > I am trying to convert the textures.pyw example to run using shaders like > the newer version of the example in Qt. However, I've hit a problem in > that > the setAttributeArray method of QGLShaderProgram used in th