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