141 self.proc.start('hg', args) |
141 self.proc.start('hg', args) |
142 procStarted = self.proc.waitForStarted(5000) |
142 procStarted = self.proc.waitForStarted(5000) |
143 if not procStarted: |
143 if not procStarted: |
144 self.buttonBox.setFocus() |
144 self.buttonBox.setFocus() |
145 self.inputGroup.setEnabled(False) |
145 self.inputGroup.setEnabled(False) |
146 E5MessageBox.critical(self, |
146 E5MessageBox.critical( |
|
147 self, |
147 self.trUtf8('Process Generation Error'), |
148 self.trUtf8('Process Generation Error'), |
148 self.trUtf8( |
149 self.trUtf8( |
149 'The process {0} could not be started. ' |
150 'The process {0} could not be started. ' |
150 'Ensure, that it is in the search path.' |
151 'Ensure, that it is in the search path.' |
151 ).format('hg')) |
152 ).format('hg')) |