From 6abc3221c9b5ba1a1b54633c8283c7c5c978558a Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sat, 28 Jun 2014 14:49:34 +0200 Subject: [GUI] Removed --- systemCheck.py | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'systemCheck.py') diff --git a/systemCheck.py b/systemCheck.py index a1f8ba67f..05bcc9f79 100644 --- a/systemCheck.py +++ b/systemCheck.py @@ -37,12 +37,6 @@ def main(): except: print("image libary:", "missing") - try: - import PyQt4.QtCore - print("pyqt:", PyQt4.QtCore.PYQT_VERSION_STR) - except: - print("pyqt:", "missing") - print("\n\n##### System Status #####") print("\n## pyLoadCore ##") @@ -93,22 +87,6 @@ def main(): for line in core_info: print(line) - print("\n## pyLoadGui ##") - - gui_err = [] - - try: - import PyQt4 - except: - gui_err.append("GUI won't work without pyqt4 !!") - - if gui_err: - print("The system check has detected some errors:\n") - for err in gui_err: - print(err) - else: - print("No Problems detected, pyLoadGui should work fine.") - print("\n## Webinterface ##") web_err = [] -- cgit v1.2.3