WYSIWYG -- howto

artman328 wrote:

I'm trying to print something using WYSIWYG tech. How can I get it work under wxPython like M$ Word, or it is impossible? I have been trying it using a ScrollWinow (as a canvas) and a Printout for days, now I feel frustrated. Who can help me?

I use ReportManager (http://reportman.sourceforge.net/) to do all the printing for my application. It comes with a report designer which is pretty easy to use and I can run the reports using reportman.py from within my wxPython application.

If your data is in a database you should have a look at it.

Werner