Re: Path (graph) shower utility

2006-02-25 Thread Scott David Daniels
[EMAIL PROTECTED] wrote: > Thank you Jorgen, now I understand the question, and the answer isn't > difficult :-) > > Graphviz is good enough for this purpose. > >> but IIRC there are Python bindings for it as well.< > ... > There are other libs around, I have seen a new one quite recently. Perha

Re: Path (graph) shower utility

2006-02-25 Thread bearophileHUGS
Thank you Jorgen, now I understand the question, and the answer isn't difficult :-) Graphviz is good enough for this purpose. >but IIRC there are Python bindings for it as well.< Durumdara can use an email module to extract data, then a graph library to create the graph, and then save the result

Re: Path (graph) shower utility

2006-02-25 Thread Jorgen Grahn
On Wed, 22 Feb 2006 11:31:15 +0100, Durumdara <[EMAIL PROTECTED]> wrote: > Hi ! > > I need to create a program that read eml file headers, analyze the You mean "email". Took me some time to figure out. > receive tags and create a path database. I fi