Installation Problem

major, minor1, minor2, s, tmp = sys.version_info

For this fix, I was referring to the temp dir problem.

For C, the following macros are defined in patchlevel.h, which
Python.h provides

#define PY_MAJOR_VERSION 2
#define PY_MINOR_VERSION 4
#define PY_MICRO_VERSION 1

JDH