[Zope] Python Products
Sam Gendler
sgendler@impossible.com
Tue, 21 Dec 1999 12:04:13 -0800
Stephen Pitts wrote:
> Is there any way to get Zope to reread a Python product's files without
> restarting? I'm developing using a cycle like this:
> * change .py file in lib/python/Products/*
> * save changes
> * restart Zope (takes 10 seconds :-()
>
> Is there a better way?
> --
> Stephen Pitts
> smpitts@midsouth.rr.com
> webmaster - http://www.mschess.org
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )
I created an alias in my editor that calls the stop and start scripts, so I can
do it without leaving the editor at least.
--sam