--- a/eric6.py Thu Feb 01 19:25:47 2018 +0100 +++ b/eric6.py Thu Feb 01 19:26:11 2018 +0100 @@ -94,6 +94,8 @@ sys.path.insert(2, os.path.join(os.path.dirname(__file__), "ThirdParty", "Jasy")) sys.path.insert(2, os.path.join(os.path.dirname(__file__), + "ThirdParty", "EditorConfig")) +sys.path.insert(2, os.path.join(os.path.dirname(__file__), "DebugClients", "Python")) from E5Gui.E5Application import E5Application