--- a/eric6_webbrowser.py Mon Sep 08 20:13:54 2014 +0200 +++ b/eric6_webbrowser.py Sat Sep 13 16:13:52 2014 +0200 @@ -13,6 +13,9 @@ """ from __future__ import unicode_literals + +import Toolbox.PyQt4ImportHook # __IGNORE_WARNING__ + try: # Only for Py2 import Utilities.compatibility_fixes # __IGNORE_WARNING__ except (ImportError):