Active interpreter version. More...
#include <py_script.hpp>
Public Attributes | |
| int | Major |
| Major version of the active interpreter. | |
| int | Minor |
| Minor version of the active interpreter. | |
| int | Micro |
| Micro version of the active interpreter. | |
Active interpreter version.
This is the version as reported by sys.version_info. The version is provided as additional information, and not for choosing a specific version. Specific versions can be chosen by adjusting the PATH before creating a Context.
| int Micro |
Micro version of the active interpreter.
The term micro is used by python in CVB the third version number is referned to as sub minor.