# which major python version?
PYTHONVER=24

# where is the Python installation?
PYTHONPATH=%programfiles%/python$(PYTHONVER)

# uncomment if numarray support should be compiled in
# for info about numarray see http://numeric.scipy.org
# PY_NUMARRAY=1