Module implementing Python related utility functions.
None |
None |
determinePythonVersion | Function to determine the python version of a given file. |
getPythonExecutable | Function to determine the path of the (non-windowed) Python executable. |
getPythonLibPath | Function to determine the path to Python's library. |
getPythonLibraryDirectory | Function to determine the path to Python's library directory. |
getPythonScriptsDirectory | Function to determine the path to Python's scripts directory. |
getPythonVersion | Function to get the Python version (major, minor) as an integer value. |
Function to determine the python version of a given file.
Function to determine the path of the (non-windowed) Python executable.
Function to determine the path to Python's library.
Function to determine the path to Python's library directory.
Function to determine the path to Python's scripts directory.
Function to get the Python version (major, minor) as an integer value.