> > Since we've established that recompiling PyQt using Python v2.6 doesn't fix > the problem, what shall I try next? >
The problem was that the old "/usr/lib/python2.5/site-packages/PyQt4/" directory still contained some ".pyc" files, so I removed it completely and PyQt4 is now working again. This possibly came about after I ran one of my PyQt4 applications as 'root'. Perhaps the installation process should include the automatic detection and removal of old PyQt4 directories.
_______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
