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
_______________________________________________
Zope maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )