scripts/install.py

branch
eric7-maintenance
changeset 9010
248ca0be0cb6
parent 9003
6bc210cd5726
child 9034
feb766f6a1c5
equal deleted inserted replaced
8968:76a32b7b17b2 9010:248ca0be0cb6
1606 "Pygments": ("pygments", ""), 1606 "Pygments": ("pygments", ""),
1607 "pyenchant": ("enchant", ""), 1607 "pyenchant": ("enchant", ""),
1608 "wheel": ("wheel", ""), 1608 "wheel": ("wheel", ""),
1609 "parso": ("parso", ""), 1609 "parso": ("parso", ""),
1610 "jedi": ("jedi", ""), 1610 "jedi": ("jedi", ""),
1611 "packaging": ("packaging", ""),
1612 "pipdeptree": ("pipdeptree", ""),
1611 } 1613 }
1612 if not ignorePyqt6Tools: 1614 if not ignorePyqt6Tools:
1613 optionalModulesList["qt6-applications"] = ("qt6_applications", "") 1615 optionalModulesList["qt6-applications"] = ("qt6_applications", "")
1614 1616
1615 # check mandatory modules 1617 # check mandatory modules
2126 2128
2127 print("\nInstallation complete.") 2129 print("\nInstallation complete.")
2128 print() 2130 print()
2129 2131
2130 exit(res) 2132 exit(res)
2131 2133
2132 2134
2133 if __name__ == "__main__": 2135 if __name__ == "__main__":
2134 try: 2136 try:
2135 main(sys.argv) 2137 main(sys.argv)
2136 except SystemExit: 2138 except SystemExit:
2137 raise 2139 raise

eric ide

mercurial