Well, that would be your python program. Mine is /usr/bin/python, use 'where python' in tcsh or 'type python' in bash to find out where yours is. In fact, if you set your script file up right with #!/usr/bin/python as the first line, with execute permissions (chmod u+x script.py), you can just...