--- a/eric7/CondaInterface/CondaExecDialog.py Sat May 22 17:01:51 2021 +0200 +++ b/eric7/CondaInterface/CondaExecDialog.py Sat May 22 18:51:46 2021 +0200 @@ -12,7 +12,7 @@ from PyQt6.QtCore import pyqtSlot, QProcess, QTimer from PyQt6.QtWidgets import QDialog, QDialogButtonBox, QAbstractButton -from E5Gui import E5MessageBox +from E5Gui import EricMessageBox from .Ui_CondaExecDialog import Ui_CondaExecDialog @@ -99,7 +99,7 @@ self.__process.start(self.__condaExe, arguments) procStarted = self.__process.waitForStarted(5000) if not procStarted: - E5MessageBox.critical( + EricMessageBox.critical( self, self.tr("Conda Execution"), self.tr("""The conda executable could not be started. Is it"""