Re: WCK and PIL

2010-02-07 Thread darnzen
On Feb 6, 10:19 pm, Nobody wrote: > On Fri, 05 Feb 2010 21:05:53 -0800, darnzen wrote: > > I've written an app using thewcklibrary (widget construction kit, > > seehttp://www.effbot.org), in addition to the wckGraph module. What > > I'd like to do, is take the output of one of my windows (happens

Re: WCK and PIL

2010-02-06 Thread Nobody
On Fri, 05 Feb 2010 21:05:53 -0800, darnzen wrote: > I've written an app using the wck library (widget construction kit, > see http://www.effbot.org), in addition to the wckGraph module. What > I'd like to do, is take the output of one of my windows (happens to be > a graph), and save it as a *.pn

WCK and PIL

2010-02-05 Thread darnzen
I've written an app using the wck library (widget construction kit, see http://www.effbot.org), in addition to the wckGraph module. What I'd like to do, is take the output of one of my windows (happens to be a graph), and save it as a *.png or *.gif. I was planning on using the PIL for this. I'd li