##// END OF EJS Templates
external/qt_loaders: list required Qt modules in import error message
Jan-Philip Gehrcke -
Show More
@@ -285,8 +285,8 b' def load_qt(api_options):'
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(),
General Comments 0
You need to be logged in to leave comments. Login now