skip to navigation
skip to content

Products.enablesettrace 1.0

Allow import of pdb in restricted code.

Downloads ↓

Introduction

To make a long story short: sometimes you need to break into the debugger in the middle of a Script (Python). To prevent the frustrating Unauthorized: import of 'pdb' is unauthorized message, use this enablesettrace package.

This package supports importing the pdb module. It is a fork of the original Products.enablesettrace package which still resides in the Zope Subversion Repository. The only change made was turning the package into an egg.

Installation

The installation is as simple as making sure the package is located on the Python path. For example when you are using zc.buildout list Products.enablesettrace in the eggs section:

[buildout]
...
eggs =
    ...
    Products.enablesettrace

Credits

This code was originally contributed by Zach Bir and committed by Jim Fulton. Mark van Lent eggified the product.

Changelog

1.0 (2010-05-30)

  • Revert changes made in version 0.2 so the egg contains the same code as the original in the Zope Subversion Repository. Moved the 'enhanced' code to Products.Ienablesettrace. [markvl]

0.2 (2010-04-02)

  • Also allow import of ipdb. [markvl]

0.1 (2010-04-02)

  • Initial release: eggified version of Products.enablesettrace as stored in the Zope Subversion Repository.
 
File Type Py Version Uploaded on Size # downloads
Products.enablesettrace-1.0.zip (md5) Source 2010-05-30 8KB 695