Re: [pygtk] Printing: how to begin?

2009-05-13 Thread Timo
Stephen George schreef: Timo wrote: Hey everybody, My program has some sort of pedigree Does this mean something that looks like a hierarchical chart? Yes indeed. I don't know the complexity your are taking about, or the effect you are after. It should be pretty simple. I need some info

Re: [pygtk] Printing: how to begin?

2009-05-13 Thread Timo
Rob Brown-Bayliss schreef: On Mon, 2009-05-11 at 19:38 +0200, Timo wrote: Hey everybody, My program has some sort of pedigree and I want the user to be able to print this out. You could try report lab, a pdf generator lib for python, I tried it a couple of months ago for something

[pygtk] Printing: how to begin?

2009-05-11 Thread Timo
Hey everybody, My program has some sort of pedigree and I want the user to be able to print this out. So how do I start with this? I can get all the data from the widgets, no problem. But then? How do I get the data on a page and print it out? I read some about cairo, but I don't know if that's

Re: [pygtk] Printing: how to begin?

2009-05-11 Thread Rob Brown-Bayliss
On Mon, 2009-05-11 at 19:38 +0200, Timo wrote: Hey everybody, My program has some sort of pedigree and I want the user to be able to print this out. You could try report lab, a pdf generator lib for python, -- Rob Brown-Bayliss r.brown.bayl...@gmail.com

Re: [pygtk] Printing: how to begin?

2009-05-11 Thread Stephen George
Timo wrote: Hey everybody, My program has some sort of pedigree Does this mean something that looks like a hierarchical chart? I don't know the complexity your are taking about, or the effect you are after. You might want to consider dot http://www.graphviz.org/ It has python bindings