493 return self.compileProc |
493 return self.compileProc |
494 else: |
494 else: |
495 self.compileRunning = False |
495 self.compileRunning = False |
496 if progress is not None: |
496 if progress is not None: |
497 progress.cancel() |
497 progress.cancel() |
498 QMessageBox.critical(self, |
498 E5MessageBox.critical(self, |
499 self.trUtf8('Process Generation Error'), |
499 self.trUtf8('Process Generation Error'), |
500 self.trUtf8( |
500 self.trUtf8( |
501 '<p>Could not start {0}.<br>' |
501 '<p>Could not start {0}.<br>' |
502 'Ensure that it is in the search path.</p>' |
502 'Ensure that it is in the search path.</p>' |
503 ).format(self.omniidl)) |
503 ).format(self.omniidl)) |