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',") |