First of all, I don't know. That said, I assume that csutil.py is on some Google site. From within your script, if the Google location is like a directory, you can add it to sys.path and then "import csutil". That might not be possible so alternatively, you could "execfile <however you specify the path>csutil.py".
_________________
Bob Rashkin