Why dosen't the following print to my printer?
It does print 'Print Routine Here' on the screen.
The wxPython printing framework is not exactly intuitive, so don't
feel bad about missing this, but in the first place, wxPrintData is
NOT the data to be printed, but rather "a variety of information
related to printers and printer device contexts as part of the
mechanism for transferring data between the print dialogs and the
application."
What you need is a wxPrintout or wxHtmlPrintout. Try this: