--- a/eric6/Project/UicLoadUi.py Sat Dec 14 17:54:25 2019 +0100 +++ b/eric6/Project/UicLoadUi.py Tue Dec 17 19:32:21 2019 +0100 @@ -19,6 +19,11 @@ print("PyQt5 could not be found.") sys.exit(1) +try: + from PyQt5 import QtWebEngineWidgets # __IGNORE_WARNING__ +except ImportError: + pass + def objectName(formFile, projectPath): """