--- a/src/eric7/CondaInterface/CondaPackagesWidget.py Sun Nov 03 12:34:02 2024 +0100 +++ b/src/eric7/CondaInterface/CondaPackagesWidget.py Sun Nov 03 17:50:34 2024 +0100 @@ -737,7 +737,7 @@ # check, if the destination is writeable if not os.access(cfgFile, os.W_OK): EricMessageBox.critical( - None, + self, self.tr("Edit Configuration"), self.tr( """The configuration file "{0}" does not exist"""