In message <[EMAIL PROTECTED]>, Alex
Li <[EMAIL PROTECTED]> writes
>Thanks Michel, I will give it a try.
>
>Alex
>
>
>
You could simply generate the .dot files from python and do os.startfile
on the dot file (which is what I do because it is remarkably easy!)
Regards
--
Ian Parker
--
http://m
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
Alex Li:
> Now, I am sure we will redo it in C# after my "prototype";
Sadly this happens often, they don't want to keep using two languages
when one may suffice. On the other hand, you may even find a way to
adapt your Python code to IronPython, so maybe you can avoid the
translation to C#.
Bye,
On Mar 6, 3:18 pm, "Istvan Albert" <[EMAIL PROTECTED]> wrote:
> try the networkx package, it includes the pygraphviz module that can
> generate dot files:
>
> https://networkx.lanl.gov/wiki
should've checked it before posting, it seems nowadays is actually a
separate package
https://networkx.lan
On Mar 5, 5:16 pm, "Alex Li" <[EMAIL PROTECTED]> wrote:
> I tried to avoid. Any suggestions?
try the networkx package, it includes the pygraphviz module that can
generate dot files:
https://networkx.lanl.gov/wiki
Istvan
--
http://mail.python.org/mailman/listinfo/python-list
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
On Mar 6, 8:39 am, "Nick Vatamaniuc" <[EMAIL PROTECTED]> wrote:
> On Mar 5, 5:16 pm, "Alex Li" <[EMAIL PROTECTED]> wrote:
>
> > 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
On Mar 5, 5:16 pm, "Alex Li" <[EMAIL PROTECTED]> wrote:
> 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
Thanks Michel, I will give it a try.
Alex
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
You can also use/call GraphViz by COM.
It's run OK with P2.3 - 2.4 & 2.5
@-salutations
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
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
11 matches
Mail list logo