How do i execute a command line program and get the output in to zope? I seem to have permission issues with the following code which I think should work otherwise.thanks,import os, sysprint os.execv ('/bin/echo', ['foo', 'bar'])return printed