--- a/ProjectPyramid/DistributionTypeSelectionDialog.py Thu Dec 22 15:55:52 2016 +0100 +++ b/ProjectPyramid/DistributionTypeSelectionDialog.py Fri Dec 23 17:15:21 2016 +0100 @@ -64,7 +64,7 @@ "The python setup.py command did not finish within" " 30s.") else: - errMsg = self.tr("Could not start the pcreate executable.") + errMsg = self.tr("Could not start the python executable.") if not errMsg: for line in output.splitlines(): line = line.strip()