125 self.proc.start('svn', args) |
127 self.proc.start('svn', args) |
126 procStarted = self.proc.waitForStarted() |
128 procStarted = self.proc.waitForStarted() |
127 if not procStarted: |
129 if not procStarted: |
128 self.buttonBox.setFocus() |
130 self.buttonBox.setFocus() |
129 self.inputGroup.setEnabled(False) |
131 self.inputGroup.setEnabled(False) |
130 QMessageBox.critical(None, |
132 E5MessageBox.critical(self, |
131 self.trUtf8('Process Generation Error'), |
133 self.trUtf8('Process Generation Error'), |
132 self.trUtf8( |
134 self.trUtf8( |
133 'The process {0} could not be started. ' |
135 'The process {0} could not be started. ' |
134 'Ensure, that it is in the search path.' |
136 'Ensure, that it is in the search path.' |
135 ).format('svn')) |
137 ).format('svn')) |