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