oops-tools is a Django app to analyze OOPS reports.
Please see https://dev.launchpad.net/LazrStyleGuide and https://dev.launchpad.net/Hacking for how to develop in this package.
OOPStools uses buildout for configuration.
All dependencies (except for the database packages) are available from the lazr-source-dependencies branch on Launchpad. Simply typing make will set-up the download-cache of dependencies eggs and then create the buildout.
If you already have that shared eggs cache branch available locally (to share between branches of the Lazr project), simply set the LAZR_SOURCEDEPS_DIR to the directory containing the download-cache and eggs directories before invoking make.
To run under apache with mod_wsgi (recommended)
* libapache2-mod-wsgi package
To run under apache with mod_python
* libapache2-mod-python package
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· Permit multiple project/project groups to be supplied to prune. (Robert Collins, #1003627)