Project/ProjectInterfacesBrowser.py

changeset 537
72b32daeb8d6
parent 536
6d8d39753c82
child 564
b3d966393ba9
equal deleted inserted replaced
536:6d8d39753c82 537:72b32daeb8d6
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))

eric ide

mercurial