Comment 2 for bug 1161818

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

In iPython ther is also:
            if QtCore.PYQT_VERSION_STR < '4.7':
                # PyQt 4.6 has issues with null strings returning as None
                raise ImportError

Which is also wrong:
ipython -c "import PyQt4; from PyQt4 import QtCore, QtGui, QtSvg; print(QtCore.PYQT_VERSION_STR < '4.7')"