##// END OF EJS Templates
external/qt_loaders: list required Qt modules in import error message
Jan-Philip Gehrcke -
Show More
@@ -284,11 +284,11 b' def load_qt(api_options):'
284 PyQt4 >= 4.7, PyQt5 or PySide >= 1.0.3 is available,
284 PyQt4 >= 4.7, PyQt5 or PySide >= 1.0.3 is available,
285 and only one is imported per session.
285 and only one is imported per session.
286
286
287 Currently-imported Qt library: %r
287 Currently-imported Qt library: %r
288 PyQt4 installed: %s
288 PyQt4 available (requires QtCore, QtGui, QtSvg): %s
289 PyQt5 installed: %s
289 PyQt5 available (requires QtCore, QtGui, QtSvg, QtWidgets): %s
290 PySide >= 1.0.3 installed: %s
290 PySide >= 1.0.3 installed: %s
291 Tried to load: %r
291 Tried to load: %r
292 """ % (loaded_api(),
292 """ % (loaded_api(),
293 has_binding(QT_API_PYQT),
293 has_binding(QT_API_PYQT),
294 has_binding(QT_API_PYQT5),
294 has_binding(QT_API_PYQT5),
General Comments 0
You need to be logged in to leave comments. Login now