[reportlab-users] Apache vs. reportlab.pdfgen.canvas.Canvas object
Zúber Martin
reportlab-users@reportlab.com
Wed, 4 Dec 2002 13:19:26 +0100
Hello,
I have 'dir'ed the reportlab.pdfgen.canvas module - it seems that there are all attributes and objects, except Canvas.
Martin
> -----Original Message-----
> From: Andy Robinson [mailto:andy@reportlab.com]
> Sent: Wednesday, December 04, 2002 1:08 PM
> To: reportlab-users@reportlab.com
> Subject: RE: [reportlab-users] Apache vs.
> reportlab.pdfgen.canvas.Canvas object
>
>
> > 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
> _______________________________________________
> reportlab-users mailing list
> reportlab-users@reportlab.com
> http://two.pairlist.net/mailman/listinfo/repor> tlab-users
>