diff -r 36b1d9bec8f6 -r 4eb0fba3b6c5 eric6.py --- a/eric6.py Sun Mar 13 12:48:53 2016 +0100 +++ b/eric6.py Sun Mar 13 13:06:46 2016 +0100 @@ -61,6 +61,11 @@ " it is installed and accessible.") sys.exit(100) +try: + from PyQt5 import QtWebEngineWidgets # __IGNORE_WARNING__ +except ImportError: + pass + # some global variables needed to start the application args = None mainWindow = None