[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/twisted/controller.py cross-port the 'run' command from zope.app.server.controller

Stephan Richter srichter at cosmos.phy.tufts.edu
Fri Dec 23 11:30:15 EST 2005


On Friday 23 December 2005 11:14, Zachery Bir wrote:
> +    def do_run(self, arg):
> +        cmdline = "%s/bin/scriptzope %s" % (INSTANCE_HOME, arg)
> +        os.system(cmdline)

This code is not Windows safe.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training


More information about the Zope3-Checkins mailing list