update the messages when none of Qt backends can be found.

This commit is contained in:
Max Peng 2016-09-25 00:32:37 +08:00
parent 1cbef74e82
commit 3664115dde

View File

@ -42,7 +42,7 @@ if QT_LIB is None:
pass
if QT_LIB is None:
raise Exception("PyQtGraph requires one of PyQt4, PyQt5 or PySide; none of these packages could be imported.")
raise Exception("PyQtGraph requires one of PyQt4, PyQt5, PySide or PySide2; none of these packages could be imported.")
if QT_LIB == PYSIDE or QT_LIB == PYSIDE2 :
if QT_LIB == PYSIDE: