--- a/src/eric7/__main__.py Sat Oct 01 20:06:27 2022 +0200
+++ b/src/eric7/__main__.py Sun Oct 02 11:29:11 2022 +0200
@@ -7,6 +7,6 @@
Main script to enable starting eric7 with 'python -m eric7'.
"""
-from . import eric7
+from . import eric7_ide
-eric7.main()
+eric7_ide.main()