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 9a7a148 commit 938eb09Copy full SHA for 938eb09
lib/matplotlib/backends/qt_compat.py
@@ -141,7 +141,9 @@ def _getSaveFileName(*args, **kwargs):
141
return QtGui.QFileDialog.getSaveFileName(*args, **kwargs), None
142
143
else:
144
- raise RuntimeError("No PyQt bindings found despite sip importing")
+ raise RuntimeError("PyQt{4,5} bindings found despite sip importing\n"
145
+ "Please install PyQt4 or PyQt5, uninstall sip or "
146
+ "explicitly set the pyside backend.")
147
148
# Alias PyQt-specific functions for PySide compatibility.
149
QtCore.Signal = QtCore.pyqtSignal
0 commit comments