--- a/src/eric7/eric7_ide.pyw Sun Oct 02 11:44:07 2022 +0200 +++ b/src/eric7/eric7_ide.pyw Sun Oct 02 14:18:49 2022 +0200 @@ -7,6 +7,6 @@ Module implementing the Windows entry point. """ -from eric7 import main +from eric7_ide import main main()