ProjectPyramid/DistributionTypeSelectionDialog.py

branch
eric7
changeset 168
fee59283137b
parent 167
d0f4aa941afe
child 171
4a8bf0845603
equal deleted inserted replaced
167:d0f4aa941afe 168:fee59283137b
56 "replace", 56 "replace",
57 ) 57 )
58 else: 58 else:
59 if not finished: 59 if not finished:
60 errMsg = self.tr( 60 errMsg = self.tr(
61 "The python setup.py command did not finish within" " 30s." 61 "The python setup.py command did not finish within 30s."
62 ) 62 )
63 else: 63 else:
64 errMsg = self.tr("Could not start the python executable.") 64 errMsg = self.tr("Could not start the python executable.")
65 if not errMsg: 65 if not errMsg:
66 for line in output.splitlines(): 66 for line in output.splitlines():

eric ide

mercurial