diff -r 0b936ff1bbb9 -r a2bc06a54d9d src/eric7/Preferences/ConfigurationPages/CondaPage.py --- a/src/eric7/Preferences/ConfigurationPages/CondaPage.py Sun Nov 06 11:22:39 2022 +0100 +++ b/src/eric7/Preferences/ConfigurationPages/CondaPage.py Mon Nov 07 17:19:58 2022 +0100 @@ -7,7 +7,7 @@ Module implementing the conda configuration page. """ -from eric7 import Preferences +from eric7 import CondaInterface, Preferences from eric7.EricWidgets.EricPathPicker import EricPathPickerModes from .ConfigurationPageBase import ConfigurationPageBase @@ -46,8 +46,6 @@ if condaExecutable != self.__condaExecutable: Preferences.setConda("CondaExecutable", condaExecutable) - from eric7 import CondaInterface - CondaInterface.resetInterface()