Module implementing Python related utility functions.
None |
None |
__searchInterpreters_Linux | Function to determine a list of all Python interpreters available via the executable search path (i.e. |
__searchInterpreters_Windows | Function to determine a list of all Python interpreters available via the executable search path (i.e. |
determinePythonVersion | Function to determine the python version of a given file. |
getExePath | |
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. |
searchInterpreters | Function to determine a list of all Python interpreters available via the executable search path (i.e. |
Function to determine a list of all Python interpreters available via the executable search path (i.e. PATH) (non Windows variant).
Function to determine a list of all Python interpreters available via the executable search path (i.e. PATH) (Windows variant).
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.
Function to determine a list of all Python interpreters available via the executable search path (i.e. PATH) (Windows variant).