Python and Tkinter Programming by John Grayson

Pradeep B pradeepbpin at gmail.com
Mon May 31 09:01:48 EDT 2010


On Sat, May 29, 2010 at 7:33 PM, Kevin Walzer <kw at codebykevin.com> wrote:

> Tkinter doesn't wrap native printing API's. There are a few extensions that
> do it, but they are platform specific and not complete.
>
> The usual ways of printing are like this:
>
> 1. If you're outputting data from the text widget, write that to a temporary
> text file and print via lpr.
>
> 2. If you're outputting data from the canvas, write that to a temporary
> postscript file and print via lpr.
>
> This is on Unix/MacOS. Not sure what the equivalent API on Windows is.
>
> --Kevin
>
> --
> Kevin Walzer
> Code by Kevin
> http://www.codebykevin.com
> --
> http://mail.python.org/mailman/listinfo/python-list
>


Thanx Kevin.

Anybody can throw light on how to do the same in Windows ?

-pradeep


-- 

|_|0|_|
|_|_|0|
|0|0|0|

http://picasaweb.google.com/pradeepbpin



More information about the Python-list mailing list