8000
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.
2 parents eebb481 + 10ef9a7 commit 522c31cCopy full SHA for 522c31c
lib/matplotlib/backends/qt_compat.py
@@ -140,11 +140,6 @@ def _getSaveFileName(*args, **kwargs):
140
def _getSaveFileName(*args, **kwargs):
141
return QtGui.QFileDialog.getSaveFileName(*args, **kwargs), None
142
143
- else:
144
- 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
150
try:
0 commit comments