printing with wxPython

Peter Hansen peter at engcorp.com
Tue Apr 12 12:28:05 EDT 2005


Fabio Pliger wrote:
> Hi!
> I'm using wxPython to handle my application gui.. So,  I have a notebook
> widget and i have to print the object inside it's tab ... Maybe doing a
> preview before printing... I know that wx has many objects to handle
> printing.. i've tryied to use them, but i wasn't able to... Any hint? By
> now, i solved the problem saving a screenshot if the screen in an image(bmp)
> and then sending it to printer... (a print preview would be cool...)
> tnx

Maybe the recipes on the wxPython wiki page would
help:
http://wiki.wxpython.org/index.cgi/RecipesOther

There are at least two dealing with "Printing".



More information about the Python-list mailing list