PY=python
for v in 2.4 2.5 2.6 2.7 2
do
if `python$v -V 2> /dev/null`
then
PY=python$v
fi
done