Completes PyQt5 support with backward PyQt4 compatibility.

This commit is contained in:
Jeremy
2015-04-23 16:10:22 -06:00
parent 6ab00e46b2
commit 4dc3647370
23 changed files with 143 additions and 108 deletions

View File

@@ -95,7 +95,7 @@ def recursive(function, path):
if __name__ == '__main__':
if not PYUIC or not PYRCC:
raise RuntimeError("pyuic5 or pyrcc5 could't be found, please install PyQt5 development tools")
raise RuntimeError("pyuic5 or pyrcc5 could't be found, please install PyQt5 development tools (e.g. pyqt5-dev-tools)")
cwd = os.path.dirname(os.path.abspath(__file__))
gns3_path = os.path.abspath(os.path.join(cwd, "../gns3/"))