--- a/CxFreeze/CxfreezeExecDialog.py Sat Feb 23 15:15:15 2013 +0100 +++ b/CxFreeze/CxfreezeExecDialog.py Sun Apr 14 13:16:37 2013 +0200 @@ -10,7 +10,9 @@ import os.path from PyQt4.QtCore import pyqtSlot, QProcess, QTimer -from PyQt4.QtGui import QDialog, QDialogButtonBox, QMessageBox, QAbstractButton +from PyQt4.QtGui import QDialog, QDialogButtonBox, QAbstractButton + +from E5Gui import E5MessageBox from .Ui_CxfreezeExecDialog import Ui_CxfreezeExecDialog @@ -73,7 +75,7 @@ self.process.start(program, args) procStarted = self.process.waitForStarted() if not procStarted: - QMessageBox.critical(None, + E5MessageBox.critical(None, self.trUtf8('Process Generation Error'), self.trUtf8( 'The process {0} could not be started. '