eric6_configure.py

branch
maintenance
changeset 5752
1860eca908e4
parent 5736
000ea446ff4b
child 6048
82ad8ec9548c
diff -r 54829a44cea5 -r 1860eca908e4 eric6_configure.py
--- a/eric6_configure.py	Sat May 06 13:44:26 2017 +0200
+++ b/eric6_configure.py	Sat Jun 03 13:08:50 2017 +0200
@@ -37,8 +37,8 @@
                           settingsDir)
         sys.argv.remove(arg)
 
-from PyQt5.QtCore import qVersion
-if qVersion() < "5.6.0":
+from Globals import qVersionTuple
+if qVersionTuple() < (5, 6, 0):
     WEBENGINE_AVAILABLE = False
 else:
     try:

eric ide

mercurial