--- a/UI/UserInterface.py Sun Feb 03 16:31:53 2019 +0100 +++ b/UI/UserInterface.py Sun Feb 03 16:59:36 2019 +0100 @@ -231,6 +231,11 @@ # load the view profiles self.profiles = Preferences.getUI("ViewProfiles2") + # Generate the conda interface + from CondaInterface.Conda import Conda + self.condaInterface = Conda(self) + e5App().registerObject("Conda", self.condaInterface) + # Generate the virtual environment manager from VirtualEnv.VirtualenvManager import VirtualenvManager self.virtualenvManager = VirtualenvManager(self)