> but is there a simple solution to executing an > external program? > (lying under INSTANCE_HOME) An external method should work. http://www.python.org/doc/current/lib/os-process.html os.system is the command you want to use. >