--- a/eric5.py Sat Jul 06 18:31:44 2013 +0200 +++ b/eric5.py Tue Jul 09 19:30:56 2013 +0200 @@ -44,6 +44,7 @@ # make Third-Party 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", "Jasy")) from E5Gui.E5Application import E5Application