eric6_configure.py

branch
QtWebEngine
changeset 4709
8612533a223f
parent 4631
5c1a96925da4
child 4806
5c0745cb26ea
--- a/eric6_configure.py	Sun Jan 31 12:22:10 2016 +0100
+++ b/eric6_configure.py	Sun Jan 31 18:48:43 2016 +0100
@@ -37,6 +37,11 @@
                           settingsDir)
         sys.argv.remove(arg)
 
+try:
+    from PyQt5 import QtWebEngineWidgets    # __IGNORE_WARNING__
+except ImportError:
+    pass
+
 # make ThirdParty package available as a packages repository
 sys.path.insert(2, os.path.join(os.path.dirname(__file__),
                                 "ThirdParty", "Pygments"))

eric ide

mercurial