How to install zope.app.debug
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install zope.app.debug
Lastest release
This package provides a debugger for the Zope publisher. After Zope is isntantiated, it drops the user into an interactive Python shell where the full Zope environment and the database root are available.
CHANGES
3.4.1 (2008-02-02)
- Fix of 599 error on conflict error in request
see: http://mail.zope.org/pipermail/zope-dev/2008-January/030844.html
3.4.0 (2007-10-23)
- Initial release independent of the main Zope tree.