154 """ |
154 """ |
155 self.__callIndex += 1 |
155 self.__callIndex += 1 |
156 if self.__callIndex < len(self.__progs): |
156 if self.__callIndex < len(self.__progs): |
157 self.start(self.__callArgs) |
157 self.start(self.__callArgs) |
158 else: |
158 else: |
159 self.__logError( |
159 self.__logError(self.tr("No suitable pyvenv program could be started.\n")) |
160 self.tr("No suitable pyvenv program could be" " started.\n") |
|
161 ) |
|
162 self.__cmd = "" |
160 self.__cmd = "" |
163 self.__finish(0, 0, giveUp=True) |
161 self.__finish(0, 0, giveUp=True) |
164 |
162 |
165 def __readStdout(self): |
163 def __readStdout(self): |
166 """ |
164 """ |