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): |