| John Mudd 
    johnbmudd at gmail.com Mon Jan 2 08:45:24 EST 2006 
 Any advice on using pychecker with mod_python?  I tried the example
below.  next I tried importing pychecker.checker, after setting
sys.stdout=sys.stderr in checker.py.  But that just gave me this msg.
    warning: couldn't find real module for
    class <type 'pyexpat.xmlparser'>
    (module name: pyexpat)
$ pychecker index.py
Processing index...
  ImportError: No module named _apache
Warnings...
index:1: NOT PROCESSED UNABLE TO IMPORT
$
 |