3 Mar
2007
3 Mar
'07
10:39 p.m.
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, sys print os.execv('/bin/echo', ['foo', 'bar']) return printed