Re: [python-win32] win32print.StartDocPrinter

2011-07-11 Thread Tim Roberts
Anthony Sterrett wrote: I'm not sure how to use the wx.html.HtmlEasyPrinting module, I'm sorry to say. The documentation is less than helpful, although that may well be attributed to my newbishness over their lack of documentation. Have you downloaded wxPython? Did you install the wxPython

Re: [python-win32] win32print.StartDocPrinter

2011-07-11 Thread python
Anthony, Dabo (dabodev.com) is an open source GUI framework built on top of wxPython. Dabo has a very impressive report writer. Malcolm ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] win32print.StartDocPrinter

2011-07-08 Thread Anthony Sterrett
I'm not sure how to use the wx.html.HtmlEasyPrinting module, I'm sorry to say. The documentation is less than helpful, although that may well be attributed to my newbishness over their lack of documentation. So suppose I decided to embed, say, Google Chrome into my program, to utilize its

[python-win32] win32print.StartDocPrinter

2011-07-06 Thread Anthony Sterrett
What are the available data types accepted by *tuple* in win32print.StartDocPrinter(*hprinter, level, tuple*)? Or, if this is determined by my printer driver, how can I find this information? I am trying to hack together a program that will print a html file I've generated onto a 3x5 index

Re: [python-win32] win32print.StartDocPrinter

2011-07-06 Thread Tim Roberts
Anthony Sterrett wrote: What are the available data types accepted by /tuple/ in win32print.StartDocPrinter(/hprinter, level, tuple/)? Or, if this is determined by my printer driver, how can I find this information? RAW and EMFSPOOL are predefined. The printer driver might define other types,