diff -r 662075aa9361 -r ea215f7afab3 scripts/install.py --- a/scripts/install.py Mon Oct 31 10:48:45 2022 +0100 +++ b/scripts/install.py Mon Oct 31 13:52:10 2022 +0100 @@ -482,7 +482,7 @@ global platBinDir try: - from eric7config import getConfig + from eric7.Globals import getConfig except ImportError: # eric wasn't installed previously return @@ -648,7 +648,7 @@ """ Uninstall the macOS application bundle. """ - from eric7config import getConfig + from eric7.Globals import getConfig try: macAppBundlePath = getConfig("macAppBundlePath")