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 self.inputGroup.hide() |
146 self.inputGroup.hide() |
147 E5MessageBox.critical(self, |
147 E5MessageBox.critical( |
|
148 self, |
148 self.trUtf8('Process Generation Error'), |
149 self.trUtf8('Process Generation Error'), |
149 self.trUtf8( |
150 self.trUtf8( |
150 'The process {0} could not be started. ' |
151 'The process {0} could not be started. ' |
151 'Ensure, that it is in the search path.' |
152 'Ensure, that it is in the search path.' |
152 ).format('svn')) |
153 ).format('svn')) |