Python3Script Xojo Plugin |
|
Python3Script.PreferredVersionValues Enum
Enum which can optionaly be used in the Python3Script.PythonIsFound shared function.
enum Python3Script.PreferredVersionValues
Constants
PREFERRED_VERSION_LATESTKNOWN = 0 | Latest known version that is found of Python should used. (This is the default value) |
PREFERRED_VERSION_3_4_X = 1 | Python 3.4.x is used if found. |
PREFERRED_VERSION_3_5_X = 2 | Python 3.5.x is used if found. |
PREFERRED_VERSION_3_6_X = 3 | Python 3.46.x is used if found. |
PREFERRED_VERSION_3_7_X = 4 | Python 3.7.x is used if found. |
PREFERRED_VERSION_3_8_X = 5 | Python 3.8.x is used if found. |