install.py

branch
6_1_x
changeset 4851
1ac86f824f49
parent 4799
5bf8d2023dac
child 4890
314deb5a1316
--- a/install.py	Sun Mar 13 13:06:46 2016 +0100
+++ b/install.py	Sun Mar 13 13:11:48 2016 +0100
@@ -1122,13 +1122,12 @@
     if pyqtVariant == "PyQt4":
         impModulesList = [
             "PyQt4.QtGui", "PyQt4.QtNetwork", "PyQt4.QtSql",
-            "PyQt4.QtSvg", "PyQt4.QtWebKit",
+            "PyQt4.QtSvg",
         ]
     else:
         impModulesList = [
             "PyQt5.QtGui", "PyQt5.QtNetwork", "PyQt5.QtPrintSupport",
-            "PyQt5.QtSql", "PyQt5.QtSvg", "PyQt5.QtWebKit",
-            "PyQt5.QtWebKitWidgets", "PyQt5.QtWidgets",
+            "PyQt5.QtSql", "PyQt5.QtSvg", "PyQt5.QtWidgets",
         ]
     modulesOK = True
     for impModule in impModulesList:

eric ide

mercurial