--- a/eric6_configure.py Thu Feb 01 19:32:19 2018 +0100 +++ b/eric6_configure.py Fri Feb 02 19:42:01 2018 +0100 @@ -50,6 +50,8 @@ # make ThirdParty package available as a packages repository sys.path.insert(2, os.path.join(os.path.dirname(__file__), "ThirdParty", "Pygments")) +sys.path.insert(2, os.path.join(os.path.dirname(__file__), + "ThirdParty", "EditorConfig")) from Globals import AppInfo