On your system, do: which python2.4 That will give you the full path to the python2.4 binary (let's call it "path/to/py24").
Then add: #!/path/to/py24 ...to the top of your script. And make sure the file is chmod'd +x -- http://mail.python.org/mailman/listinfo/python-list