diff -r 0e29e54e9269 -r 2a91e0e05926 scripts/install.py --- 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")), ]