diff options
Diffstat (limited to 'systemCheck.py')
-rw-r--r-- | systemCheck.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/systemCheck.py b/systemCheck.py index 7227bc674..6477097b0 100644 --- a/systemCheck.py +++ b/systemCheck.py @@ -46,8 +46,8 @@ def main(): print "django:", "missing" try: - import PyQt4 - print "pyqt:", "4" + import PyQt4.QtCore + print "pyqt:", PyQt4.QtCore.PYQT_VERSION_STR except: print "pyqt:", "missing" |