Hi - after the recent PyQt4 upgrade I'm seeing segmentation faults with PyQt4 applications when exiting or starting. See https://bugzilla.redhat.com/show_bug.cgi?id=583951 Is anyone else seeing these? Try installing PyQt4-devel and run $ python /usr/share/doc/PyQt4- devel-4.7.2/examples/dialogs/standarddialogs.py [exit program] Segmentation fault (core dumped) xpc1:~:$ python /usr/share/doc/PyQt4- devel-4.7.2/examples/demos/qtdemo/qtdemo.py Segmentation fault (core dumped) This is under the KDE desktop. I also see a blank table model view in my own code, but that is a bit harder to reproduce. Jeremy