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