scripts/install.py

branch
eric7
changeset 8360
2a91e0e05926
parent 8354
12ebd3934fef
child 8366
2a9f5153c438
--- a/scripts/install.py	Sat May 22 20:18:22 2021 +0200
+++ b/scripts/install.py	Sat May 22 20:25:21 2021 +0200
@@ -1538,7 +1538,7 @@
         # Tuple with alternatives, flag indicating it's ok to not be
         # available (e.g. for 32-Bit Windows)
         # TODO: enable this once PyQt 6.2.0/Qt 6.2.0 is released
-        #~ (("PyQt6.QtWebEngineWidgets", ), sys.maxsize <= 2**32),
+        #~ (("PyQt6.QtWebEngineWidgets", ), sys.maxsize <= 2**32),  # __IGNORE_WARNING__
     ]
     optionalModulesList = {
         # key is pip project name
@@ -1855,7 +1855,7 @@
          os.path.join(cfg["ericPixDir"], "eric7.ico")),
         # TODO: enable this once PyQt 6.2.0/Qt 6.2.0 is released
         #~ ("eric7 Browser (Python {0}.{1}).lnk",
-        #~  os.path.join(cfg["bindir"], "eric7_browse.cmd"),
+        #~  os.path.join(cfg["bindir"], "eric7_browse.cmd"),    # __IGNORE_WARNING__
         #~  os.path.join(cfg["ericPixDir"], "ericWeb48.ico")),
     ]
     

eric ide

mercurial