I use the PIL and win32ui method from: http://tgolden.sc.sabren.com/python/win32_how_do_i/print.html
What I want to print is already an image so that works well for me. It is getting print dialogs to do page setup and printer selection that I have not gotten to work yet. -Chris On 6/13/05, Johan Dahlin <[EMAIL PROTECTED]> wrote: > > It's ugly, but my app, Gourmet, successfully uses wxWindows for > > windows printing. > > > > You can get an idea of how it works here: > > > > http://cvs.sourceforge.net/viewcvs.py/grecipe-manager/grm/src/lib/exporters/wxprinter.py?rev=1.1.2.5&only_with_tag=rel-0-8&view=markup > > Seems very ugly indeed! > Using two different toolkits... > Is there no one here who was done printing on win32? > > After some simple goggling I found this link: > > http://tgolden.sc.sabren.com/python/win32_how_do_i/print.html > > Which shows a number of different solutions to printing on win32, from > printing a simple text file, to generating pdfs (using reportlab). > > -- > Johan Dahlin <[EMAIL PROTECTED]> > Async Open Source > > > _______________________________________________ > pygtk mailing list [email protected] > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ > -- Christopher Lambacher [EMAIL PROTECTED] _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
