eric6.py

branch
6_1_x
changeset 4849
4eb0fba3b6c5
parent 4632
ca310db386ed
child 4972
fe8015457551
--- 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

eric ide

mercurial