scripts/install.py

branch
eric7
changeset 8663
a925267d1545
parent 8660
1848e8e4b380
child 8721
f10b3f345463
diff -r 49781769bc43 -r a925267d1545 scripts/install.py
--- a/scripts/install.py	Sun Oct 03 15:59:11 2021 +0200
+++ b/scripts/install.py	Sun Oct 03 17:25:49 2021 +0200
@@ -1453,13 +1453,12 @@
     """
     global verbose
     
-    # TODO: update as necessary for PyQt6 6.2.0
     requiredVersions = {
-        "pyqt6": 0x60101,
-        "pyqt6-charts": 0x60101,
-        "pyqt6-webengine": 0x60200,
-        "pyqt6-qscintilla": 0x20d00,
-        "sip": 0x60100,
+        "pyqt6": 0x60200,               # v6.2.0
+        "pyqt6-charts": 0x60200,        # v6.2.0
+        "pyqt6-webengine": 0x60200,     # v6.2.0
+        "pyqt6-qscintilla": 0x20d00,    # v2.13.0
+        "sip": 0x60100,                 # v6.1.0
     }
     
     try:
@@ -1527,7 +1526,6 @@
         if isSudo:
             print("Optional 'PyQt6-WebEngine' could not be detected.")
         else:
-            # TODO: should PyQt6-WebEngine be a must requirement?
             msg = (
                 "Optional 'PyQt6-WebEngine' could not be detected.{0}"
                 .format("\nError: {0}".format(err) if verbose else "")

eric ide

mercurial