From e515c77ec4858fcbf0127b9c9042529ee1aa9228 Mon Sep 17 00:00:00 2001 From: pohmelie Date: Fri, 2 Jan 2015 13:52:45 +0300 Subject: [PATCH] pyqt5 requires error message --- ghost/ghost.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/ghost.py b/ghost/ghost.py index 3dee23b..82a3cf9 100644 --- a/ghost/ghost.py +++ b/ghost/ghost.py @@ -345,7 +345,7 @@ def __init__( network_access_manager_class=NetworkAccessManager, ): if not binding: - raise Exception("Ghost.py requires PySide or PyQt4") + raise Exception("Ghost.py requires PySide, PyQt4 or PyQt5") self.id = str(uuid.uuid4())