Re: [Zope] Re: error with simple python script loop

2006-11-28 Thread Chris Withers
Paul Winkler wrote: I still prefer zdb, because you can actually see and step through the script code. http://www.simplistix.co.uk/software/zope/zdb It also includes the security declarations necessary to import it from untrusted code :-) Chris -- Simplistix - Content Management, Zope & Pyt

Re: [Zope] Re: error with simple python script loop

2006-11-28 Thread Paul Winkler
On Tue, Nov 28, 2006 at 08:28:47AM +, Maurits van Rees wrote: > Christian Steinhauer, on 2006-11-24: > > i cant use pdb on zope?s python script i think? > > You can, if you put this small (two lines) program in your Products > dir: > > svn://svn.zope.org/repos/main/Products.enablesettrace >