--- a/eric6_tray.pyw Sat Jul 05 11:41:14 2014 +0200 +++ b/eric6_tray.pyw Sat Jul 05 12:13:23 2014 +0200 @@ -7,6 +7,6 @@ Module implementing the Windows entry point. """ -from eric5_tray import main +from eric6_tray import main main()