Computer Assisted Medical Intervention Tool Kit  version 6.0
Loading...
Searching...
No Matches
python_version.py File Reference

Namespaces

namespace  python_version

Variables

 python_version.debug_info = camitk.getDebugInfo()
str python_version.full_version = ".".join(map(str, sys.version_info[0:3]))
str python_version.main_version = ".".join(map(str, sys.version_info[0:2]))
 python_version.matches = re.findall(pattern, debug_info)
str python_version.pattern = 'Python version: ([0-9.]+)\\n'
 python_version.python_manager_version = camitk.getPythonVersion()
 python_version.version = matches[0]