[PyQt] ANN: PyQt v4.9.2 and SIP v4.13.3 Released

Phil Thompson phil at riverbankcomputing.com
Sat Jun 23 10:06:03 BST 2012


On Sat, 23 Jun 2012 12:02:36 +0530, Kovid Goyal <kovid at kovidgoyal.net>
wrote:
> I find that with PyQt 4.9.2 and SIP 4.13.2 or 4.13.3 calls to
> QMainWindow::saveState freeze in *some* circumstances. Reverting to PyQt
> 4.9.1 fixes the issue. The freezes are happening in a closeEvent
> handler (linux 64bit, Qt 4.8.2, compiled from source packages).
> 
> I haven't been able to figure out exactly when or produce a simple test
> case. But I thought I should document the problem in case other people
> experience it.

You shouldn't be able to build PyQt 4.9.2 against SIP 4.13.2.

I'd suggest trying PyQt 4.9.1 against SIP 4.13.3. That should determine if
it is a PyQt or a SIP problem.

Phil


More information about the PyQt mailing list