[Zope-dev] Re: running unit tests for Zope 2.8

2006-03-14 Thread Geoff Davis
Balazs, That almost did the trick. In the end I found that having both --libdir=/opt/Zope-2.8/lib/python/Products and --dir=/opt/Zope-2.8/lib/python/Products/SiteAccess/tests enabled the tests to run. Thanks! Geoff ___ Zope-Dev maillist -

[Zope-dev] Re: PDBDebugMode 0.1 Release

2006-03-14 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ross Patterson wrote: http://www.zope.org/Members/rossp/PDBDebugMode PDBDebugMode - PDB post-mortem debugging on exceptions when debug-mode=on If a relevant error log object is found, exceptions included in the error log's ignored exception

Re: [Zope-dev] Re: PDBDebugMode 0.1 Release

2006-03-14 Thread Paul Winkler
On Tue, Mar 14, 2006 at 12:56:33PM -0500, Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ross Patterson wrote: http://www.zope.org/Members/rossp/PDBDebugMode PDBDebugMode - PDB post-mortem debugging on exceptions when debug-mode=on (snip) Way cool! What would you

[Zope-dev] How to delete an object given a path in Zope

2006-03-14 Thread Takahashi, Michael
Hi guys, I am trying to figure out how to delete an object in Zope given a path. Using restrictedTraverse Im able to get the object by its path. I then want to delete this object. Im assigning the result to obj as shown here: obj =

Re: [Zope-dev] App.Product - distribution related code?

2006-03-14 Thread Chris McDonough
I'm not entirely sure what this code is. But I've never used it or seen anyone else use it. I suspect it can go. - C On Mar 14, 2006, at 3:14 PM, Andreas Jung wrote: lib/python/App/Product.py contains code that deals *somehow* with distributions (whatever this means). Does any one know

Re: [Zope-dev] App.Product - distribution related code?

2006-03-14 Thread Andreas Jung
It seems to be ZClasses relatedso it can go :-) --On 14. März 2006 15:40:55 -0500 Chris McDonough [EMAIL PROTECTED] wrote: I'm not entirely sure what this code is. But I've never used it or seen anyone else use it. I suspect it can go. - C On Mar 14, 2006, at 3:14 PM, Andreas Jung

Re: [Zope-dev] Re: PDBDebugMode 0.1 Release

2006-03-14 Thread Ross Patterson
I've only just tried PDBDebugMode, very handy since you don't have to put set_trace() in your code (and remember to remove it). Glad you like it :) I have also sometimes used Chris Withers' zdb product, http://www.simplistix.co.uk/software/zope/zdb, which has some overlap in that it allows

Re: [Zope-dev] App.Product - distribution related code?

2006-03-14 Thread Martijn Pieters
On 3/14/06, Andreas Jung [EMAIL PROTECTED] wrote: lib/python/App/Product.py contains code that deals *somehow* with distributions (whatever this means). Does any one know what this code is doing?...anyway this code uses the Python rotor module which was removed in Python 2.4. This code is a

[Zope-dev] Re: PDBDebugMode 0.1 Release

2006-03-14 Thread Simon Michael
Paul Winkler wrote: All hail Ken Manheimer, pdbtrack is very cool. HAIL! Also hail Ross and hail Chris. I didn't know about that trick for debugging restricted code with source. ___ Zope-Dev maillist - Zope-Dev@zope.org