Printing from Windows
Markus Schaber
use-net at schabi.de
Tue Dec 4 05:10:22 EST 2001
More information about the Python-list mailing list
Tue Dec 4 05:10:22 EST 2001
- Previous message (by thread): Printing from Windows
- Next message (by thread): Printing from Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, On Tue, 4 Dec 2001 09:35:44 +0100 "David Brown" <dav-nospam-id at westco-nospam-ntrol.com> wrote: > It doesn't look like there is much hope for using Tkinter for printing, > so I'm generalising my original question. > > Are there any good ways to make a printout from a Python program? I'll > be running mostly on Windows, but I'd much prefer a cross-platform > solution for later migration to Linux. Sure, I could use the Win32 api > directly - but that is the sort of thing I am trying to avoid with > Python + Tkinter. There must surely be thousands of developers out > there with the same problem. > > Any hints or ideas would be much appreciated. Maybe the gtk+ printing works with windows and unix in the same way. This has the disadvantage that gtk+ is not part of standard python, but there are some extreme powerful widgets there (including embedding the mozilla engine). markus -- "GPL software is not free - the cost is cooperation"
- Previous message (by thread): Printing from Windows
- Next message (by thread): Printing from Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list