# what is the base prefix of the Python installation?
PYTHONPREFIX=/usr

# which Python version do you want to compile against?
PYTHONVERSION=2.3

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