Stephan Richter wrote:
Use Python popen or popen3. It allows you to execute shell comands. As the other response suggests, you can use "sudo" or "su" to become root.

Actually, since Zope 3 uses Python 2.4, you have access to the wonderful subprocess module, which I'd thoroughly recommend :-)

Chris

--
Simplistix - Content Management, Zope & Python Consulting
           - http://www.simplistix.co.uk

_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to