[Image-SIG] Images in Zope/ReportLab

Fredrik Lundh fredrik@pythonware.com
Wed, 9 May 2001 11:41:46 +0200


Heiner de Wendt wrote:

> But, when I do something like that:
> 
> c.drawInlineImage(self.image1,50,500,width=100,height=180)
> 
> I get an "Attribute Error: Convert".

you can spend all day passing self.image1 to different
functions; it still won't turn itself into a filename.

what did you do to create the self.image1 object?

Cheers /F