So set the systemwide python to be python2.4.

This is a note to self when everything else breaks from using the old version.

cd /usr/bin sudo rm python sudo ln -s python2.4 ./python

EDIT: That fraked all sorts of things. Looks like hellanzb from the cli for now.