111 self.process.start('hg', args) |
111 self.process.start('hg', args) |
112 procStarted = self.process.waitForStarted(5000) |
112 procStarted = self.process.waitForStarted(5000) |
113 if not procStarted: |
113 if not procStarted: |
114 self.inputGroup.setEnabled(False) |
114 self.inputGroup.setEnabled(False) |
115 self.inputGroup.hide() |
115 self.inputGroup.hide() |
116 E5MessageBox.critical(self, |
116 E5MessageBox.critical( |
|
117 self, |
117 self.trUtf8('Process Generation Error'), |
118 self.trUtf8('Process Generation Error'), |
118 self.trUtf8( |
119 self.trUtf8( |
119 'The process {0} could not be started. ' |
120 'The process {0} could not be started. ' |
120 'Ensure, that it is in the search path.' |
121 'Ensure, that it is in the search path.' |
121 ).format('hg')) |
122 ).format('hg')) |