[EMAIL PROTECTED] wrote: > I was originally thinking of piping the output of trace.py into a text > file and then have python massage that text file into a dot file for > graphviz to visualize. > > Some formatting is possible with graphviz, but I would expect the graph > to be very dependent on how the program under test runs so I have > little idea what to expect. >
To mangle graphs and their drawing via graphviz on multilple platforms, you might also want to try networkx combined with pygraphviz (available from networkx.lanl.gov) Cheers, Pieter -- http://mail.python.org/mailman/listinfo/python-list