install.py

branch
6_0_x
changeset 4381
bde46f229e2c
parent 4375
12817b378138
child 4458
757d7591eab0
equal deleted inserted replaced
4379:2fadbed7d297 4381:bde46f229e2c
172 print(" -x don't perform dependency checks (use on your own" 172 print(" -x don't perform dependency checks (use on your own"
173 " risk)") 173 " risk)")
174 print(" -y add the Python variant to the executable names") 174 print(" -y add the Python variant to the executable names")
175 print(" -z don't compile the installed python files") 175 print(" -z don't compile the installed python files")
176 print(" --pyqt=version version of PyQt to be used (one of 4 or 5)") 176 print(" --pyqt=version version of PyQt to be used (one of 4 or 5)")
177 print(" (default: {0})".format(pyqtVariant[-1])) 177 if pyqtVariant:
178 print(" (default: {0})".format(pyqtVariant[-1]))
179 else:
180 print(" (no PyQt variant found)")
178 print() 181 print()
179 print("The file given to the -f option must be valid Python code" 182 print("The file given to the -f option must be valid Python code"
180 " defining a") 183 " defining a")
181 print("dictionary called 'cfg' with the keys 'ericDir', 'ericPixDir'," 184 print("dictionary called 'cfg' with the keys 'ericDir', 'ericPixDir',"
182 " 'ericIconDir',") 185 " 'ericIconDir',")

eric ide

mercurial