[wxPython] printing from wxTextCtrl

I changed 'parent' to 'self' and I do not get any error messages.
It even printed the text that was on the screen. It printed without
line feeds and there was no printer dialog for me to select the
printer.

···

__________________________________________________
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/

The great thing about wxHtmlPrintout is how easy it is to set up
and how easy it is to format using HTML tags. The downside is that
it *expects* HTML markup. If you want to continue with this
approach, you will need to write code to replace each line feeds
with <br> tag, or find some other way to generate HTML.

To get a printer dialog use:
printerPrint(self, printout, prompt=TRUE)

···

--- DJ Webre <d_webre@yahoo.com> wrote:

I changed 'parent' to 'self' and I do not get any error messages.
It even printed the text that was on the screen. It printed
without line feeds and there was no printer dialog for me to
select the printer.

=====
Donnal Walter
Arkansas Children's Hospital

__________________________________________________
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/