Graphviz Python Binding for Python 2.5 on Windows?
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. Any suggestions? Thanks in advance, Alex -- http://mail.python.org/mailman/listinfo/python-list
Re: Graphviz Python Binding for Python 2.5 on Windows?
Thanks Michel, I will give it a try. Alex -- http://mail.python.org/mailman/listinfo/python-list
Re: Graphviz Python Binding for Python 2.5 on Windows?
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 was trying to take this opportunity to introduce some python to the group. They were amazed when I came up with the script in a few hours and were willing to try it out by installing python, yapgvb, and graphviz. But it won't work on python 2.5! It's kind of a bummer to tell them to install an older version of python. On second look, I will try pydot again. Despite no release for a long time, it seems to be reasonably complete. Now, I am sure we will redo it in C# after my "prototype"; but that will just prove the advantages of python in terms of code size and productivity :) -- http://mail.python.org/mailman/listinfo/python-list
Re: Graphviz Python Binding for Python 2.5 on Windows?
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.python.org/mailman/listinfo/python-list
