Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install z3c.evalexception

How to install z3c.evalexception

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install z3c.evalexception
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
2.0 Available View build log
Windows (64-bit)
2.0 Available View build log
Mac OS X (10.5+)
2.0 Available View build log
Linux (32-bit)
2.0 Available View build log
Linux (64-bit)
2.0 Available View build log
Web
 
Links
License
ZPL 2.1
Lastest release
version 2.0 on Jan 5th, 2011

z3c.evalexception provides two WSGI middlewares for debugging web applications running on the zope.publisher object publishing framework (e.g. Zope 3). Both middlewares will intercept an exception thrown by the application and provide means for debugging.

Interactive AJAX debugger

z3c.evalexception.ZopeEvalException lets you interactively debug exceptions from a browser. It is a small wrapper around the EvalException middleware from paste.evalexception. You can easily refer to it in a PasteDeploy-style configuration file using the ajax entry-point:

[filter-app:main]

System Message: ERROR/3 (<string>, line 16)

Inconsistent literal block quoting.

use = egg:z3c.evalexception#ajax next = zope

[app:zope] use = egg:YourApp

[server:main] use = egg:Paste#http host = 127.0.0.1 port = 8080

Post-mortem pdb

z3c.evalexception.PostMortemDebug invokes pdb's post-mortem mode when the application has thrown an exception. You can refer to it in a PasteDeploy-style configuration file using the pdb entry-point:

[filter-app:main]

System Message: ERROR/3 (<string>, line 35)

Inconsistent literal block quoting.

use = egg:z3c.evalexception#pdb next = zope

[app:zope] use = egg:YourApp

[server:main] use = egg:Paste#http host = 127.0.0.1 port = 8080

Changes

2.0 (2007-08-23)

Added the PostMortemDebug (pdb) middelware.

1.0 (2007-06-02)

Initial release, featuring the Zope 3-compatible interactive AJAX debugger from Paste.

Subscribe to package updates

Last updated Jan 5th, 2011

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.