[reportlab-users] 2.1 Basic Concepts

Robin Becker reportlab-users@reportlab.com
Fri, 20 Dec 2002 00:11:23 +0000


In article <200212191850.22081.joelbert@digital51.com>, Joel A. Walberg
<joelbert@digital51.com> writes
>I'm working through the ReportLab User Guide v 1.15, section 2.1 Basic 
>Concepts.
>
>The line
>       hello(c)
>does not work.
>
>Any advise? 
>
whoops spoke too soon. The hello(c) line refers to a missing function.

try adding the following at the top

def hello(c):
        c.drawString(100,100,"Hello World")


-- 
Robin Becker