135 self.process.start('hg', args) |
135 self.process.start('hg', args) |
136 procStarted = self.process.waitForStarted(5000) |
136 procStarted = self.process.waitForStarted(5000) |
137 if not procStarted: |
137 if not procStarted: |
138 self.inputGroup.setEnabled(False) |
138 self.inputGroup.setEnabled(False) |
139 self.inputGroup.hide() |
139 self.inputGroup.hide() |
140 E5MessageBox.critical(self, |
140 E5MessageBox.critical( |
|
141 self, |
141 self.trUtf8('Process Generation Error'), |
142 self.trUtf8('Process Generation Error'), |
142 self.trUtf8( |
143 self.trUtf8( |
143 'The process {0} could not be started. ' |
144 'The process {0} could not be started. ' |
144 'Ensure, that it is in the search path.' |
145 'Ensure, that it is in the search path.' |
145 ).format('hg')) |
146 ).format('hg')) |