Re: Graphviz Python Binding for Python 2.5 on Windows?

2007-03-06 Thread Alex Li
On Mar 6, 3:20 pm, "Istvan Albert" <[EMAIL PROTECTED]> wrote: > > https://networkx.lanl.gov/wiki/pygraphviz Thanks Albert. I looked into pygraphviz as well but it requires compiling C extension, and there is no Windows compilation instruction (though it probably won't be hard). -- http://mail.p

Re: Graphviz Python Binding for Python 2.5 on Windows?

2007-03-06 Thread Alex Li
Thanks all for your suggestions. Nick: I am trying to avoid generate the dot file manually so that I can minimize bugs coz by me ;) SPE: Unfortunately that may be too radical ;) I work in a corporate environment (read: MS shop) and my group wants to generate a dependency graph of our system. I

Re: Graphviz Python Binding for Python 2.5 on Windows?

2007-03-05 Thread Alex Li
Thanks Michel, I will give it a try. Alex -- http://mail.python.org/mailman/listinfo/python-list

Graphviz Python Binding for Python 2.5 on Windows?

2007-03-05 Thread Alex Li
Hello, I would like to use Python 2.5 on Windows with Graphviz to generate graphs. I used yapgvb but it only requires Python 2.4 (won't work with Python 2.5). Other packages like pydot seems to be unmaintained or requires custom building to be used on Windows (pygraphviz), which I tried to avoid