scripts/install.py

branch
eric7
changeset 8388
f864abd11a5b
parent 8387
a68072a69dfc
child 8430
14c69f0ccca5
equal deleted inserted replaced
8387:a68072a69dfc 8388:f864abd11a5b
1726 1726
1727 with contextlib.suppress(ImportError, AttributeError): 1727 with contextlib.suppress(ImportError, AttributeError):
1728 from PyQt6 import QtWebEngine 1728 from PyQt6 import QtWebEngine
1729 print("PyQt6-WebEngine:", QtWebEngine.PYQT_WEBENGINE_VERSION_STR) 1729 print("PyQt6-WebEngine:", QtWebEngine.PYQT_WEBENGINE_VERSION_STR)
1730 1730
1731 print()
1731 print("All dependencies ok.") 1732 print("All dependencies ok.")
1732 print() 1733 print()
1733 1734
1734 1735
1735 def __pyName(py_dir, py_file): 1736 def __pyName(py_dir, py_file):

eric ide

mercurial