Re: [Tkinter-discuss] Generating Postscript from canvas whilst hidden

2011-03-01 Thread Igor Novikov
You can try using pycairo to generate PS/PDF/PNG in the background. http://cairographics.org/pycairo/ http://www.tortall.net/mu/wiki/CairoTutorial I think this will be better way than widget tricks. -- Regards, Igor Novikov sK1 Project http://sk1project.org On Tue, Mar 1, 2011 at 6:05 PM, Ma

[Tkinter-discuss] Generating Postscript from canvas whilst hidden

2011-03-01 Thread Matt Keenan
Hi, Looking for the best means of generating postscript from a canvas widget but having the canvas widget in the background, and not visible to the user. I have an application that I'd like to batch generate a web site from, including a set of graphs. the graphs are plotted on a canvas widg