Sping (was PIDDLE) not producing PDF file

Steve Holden sholden at holdenweb.com
Fri Feb 16 10:13:35 EST 2001


"Steve Holden" <sholden at holdenweb.com> wrote in message
news:9Kaj6.24112$n4.336343 at e420r-atl2.usenetserver.com...
> This is a little program I used to produce digital camera thumbnail
listings
> under 1.5.2 which worked fine. I've loaded sping and PIL under 2.0
(where's
> all the documentation gone?) and modified the code to accommodate the new
> packaging structure. It runs, but seems to produce no PDF file. Can anyone
> point out what I might be doing wrong?
>
> regards
>  Steve
>
Seems to be "follow up my own postings" day today. Oh, well.

Christopher Lee was kind enough to pint out by e-mail that I omitted to
update my program with a call to the PDFCanvas' save() method, a change made
around six months ago.

So adding a final line of

out.save()

fixed everything.  Great software!

regards
 Steve






More information about the Python-list mailing list