Randall Hopper wrote: > > Re printing. I don't know the details (since I haven't used this feature), > but seems I recall that Tk has some support for PostScript printing. > Grepping Tkinter, I see that the Canvas widget has a "postscript" method. > You can do it like this: mytkwidget.postscript(file = filename) Stuart