Python2.4

Is it possible to run this script using python 2.4? I see that the main shell script calls for 2.5, and when I change it to 2.4, it gives me the following error:

RuntimeError: Bad magic number in .pyc file

I assume that this is because the pyo file was compiled for python2.5 specifically. Is there a non-compiled version of this that can be downloaded and used?

Thanks.