[reportlab-users] Apache vs. reportlab.pdfgen.canvas.Canvas object

Andy Robinson reportlab-users@reportlab.com
Wed, 4 Dec 2002 12:07:42 -0000


> 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