eric7/CondaInterface/CondaExecDialog.py

branch
eric7
changeset 8356
68ec9c3d4de5
parent 8318
962bce857696
child 8358
144a6b854f70
--- 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"""

eric ide

mercurial