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 558f111 commit 75a77ecCopy full SHA for 75a77ec
lib/matplotlib/backends/qt_compat.py
@@ -133,7 +133,8 @@ def _isdeleted(obj):
133
else:
134
raise ImportError(
135
"Failed to import any of the following Qt binding modules: {}"
136
- .format(", ".join(_ETS.values())))
+ .format(", ".join([QT_API for _, QT_API in _candidates]))
137
+ )
138
else: # We should not get there.
139
raise AssertionError(f"Unexpected QT_API: {QT_API}")
140
_version_info = tuple(QtCore.QLibraryInfo.version().segments())
0 commit comments