[Zope] Re: zopeshell
Tres Seaver
tseaver at zope.com
Tue Jan 4 13:34:44 EST 2005
Tom Schutzer-Weissmann wrote:
> Is the zopeshell kaput? Is there some replacement?
>
> I thought perhaps I could use zopectl debug, but our server is
> windows...
You could invoke python the same way 'debug' command of zopectl does, e.g.:
$ python -c "import Zope
Zope.configure( '/path/to/zope.conf' )
app = Zope.app()" -i
from within a shell / batch file with the appropriate environment set up
(i.e., containing PYTHONPATH, SOFTWARE_HOME, and INSTANCE_HOME).
Tres.
--
===============================================================
Tres Seaver tseaver at zope.com
Zope Corporation "Zope Dealers" http://www.zope.com
More information about the Zope
mailing list