1536 ] |
1536 ] |
1537 altModulesList = [ |
1537 altModulesList = [ |
1538 # Tuple with alternatives, flag indicating it's ok to not be |
1538 # Tuple with alternatives, flag indicating it's ok to not be |
1539 # available (e.g. for 32-Bit Windows) |
1539 # available (e.g. for 32-Bit Windows) |
1540 # TODO: enable this once PyQt 6.2.0/Qt 6.2.0 is released |
1540 # TODO: enable this once PyQt 6.2.0/Qt 6.2.0 is released |
1541 #~ (("PyQt6.QtWebEngineWidgets", ), sys.maxsize <= 2**32), |
1541 #~ (("PyQt6.QtWebEngineWidgets", ), sys.maxsize <= 2**32), # __IGNORE_WARNING__ |
1542 ] |
1542 ] |
1543 optionalModulesList = { |
1543 optionalModulesList = { |
1544 # key is pip project name |
1544 # key is pip project name |
1545 # value is tuple of package name, pip install constraint |
1545 # value is tuple of package name, pip install constraint |
1546 "docutils": ("docutils", ""), |
1546 "docutils": ("docutils", ""), |
1853 ("eric7 (Python {0}.{1}).lnk", |
1853 ("eric7 (Python {0}.{1}).lnk", |
1854 os.path.join(cfg["bindir"], "eric7.cmd"), |
1854 os.path.join(cfg["bindir"], "eric7.cmd"), |
1855 os.path.join(cfg["ericPixDir"], "eric7.ico")), |
1855 os.path.join(cfg["ericPixDir"], "eric7.ico")), |
1856 # TODO: enable this once PyQt 6.2.0/Qt 6.2.0 is released |
1856 # TODO: enable this once PyQt 6.2.0/Qt 6.2.0 is released |
1857 #~ ("eric7 Browser (Python {0}.{1}).lnk", |
1857 #~ ("eric7 Browser (Python {0}.{1}).lnk", |
1858 #~ os.path.join(cfg["bindir"], "eric7_browse.cmd"), |
1858 #~ os.path.join(cfg["bindir"], "eric7_browse.cmd"), # __IGNORE_WARNING__ |
1859 #~ os.path.join(cfg["ericPixDir"], "ericWeb48.ico")), |
1859 #~ os.path.join(cfg["ericPixDir"], "ericWeb48.ico")), |
1860 ] |
1860 ] |
1861 |
1861 |
1862 return [ |
1862 return [ |
1863 (e[0].format(majorVersion, minorVersion), e[1], e[2]) |
1863 (e[0].format(majorVersion, minorVersion), e[1], e[2]) |