We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f74ed21 commit 784562cCopy full SHA for 784562c
src/qidenticon.py
@@ -44,7 +44,7 @@
44
45
try:
46
from PyQt5 import QtCore, QtGui
47
-except ImportError:
+except (ImportError, RuntimeError):
48
from PyQt4 import QtCore, QtGui
49
50
0 commit comments