Re: printing under MS win

2006-03-30 Thread Dean Allen Provins
Tim Golden wrote: > [Dean Allen Provins] > > | My Linux-based Python/Tkinter application runs nicely, and printing > | works just fine (to a user-selected file, or an "lpr" device specified > | in the Entry box). Alas, the user wants to run it under MS > | Win, and of > | course will want to pri

RE: printing under MS win

2006-03-30 Thread Tim Golden
[Dean Allen Provins] | My Linux-based Python/Tkinter application runs nicely, and printing | works just fine (to a user-selected file, or an "lpr" device specified | in the Entry box). Alas, the user wants to run it under MS | Win, and of | course will want to print the canvas for posterity. |

printing under MS win

2006-03-30 Thread Dean Allen Provins
Hi: My Linux-based Python/Tkinter application runs nicely, and printing works just fine (to a user-selected file, or an "lpr" device specified in the Entry box). Alas, the user wants to run it under MS Win, and of course will want to print the canvas for posterity. A Google search turned up a si