> def handler(req): > ... > c = reportlab.pdfgen.canvas.Canvas("/some/file.pdf") > ... No ideas myself. Does mod_python do any lazy caching of Python modules? Try making it to 'dir' on the object reportlab.pdfgen.canvas and display some of its attibutes in HTML. Thanks, Andy