--- a/scripts/uninstall.py Mon Oct 31 10:48:45 2022 +0100 +++ b/scripts/uninstall.py Mon Oct 31 13:52:10 2022 +0100 @@ -55,7 +55,7 @@ if os.path.exists("eric7config.py"): os.rename("eric7config.py", "eric7config.py.orig") try: - from eric7config import getConfig + from eric7.Globals import getConfig except ImportError: print("The eric IDE doesn't seem to be installed. Aborting.") exit(1)