On 12/30/2010 12:51 PM, David Goldsmith wrote:
Anyone aware of a stand-alone (i.e., not part of Eclipse or Peppy,
etc.) dependency tree generator for python code that generates
graphical output? I tried modulegraph (doesn't appear to generate
graphical output, unless I missed a feature),
no, you didn't. It was designed primarily for use with py2app, so no
need for graphical output.
snakefood (generates Graphviz input, but I'm unable to install
Graphiviz on my computer;
A lot of people seem to like graphvis -- I'd guess that figuring out how
to get it on your machine may be your best bet.
I don't know your use case, but maybe you could find something useful by
looking at UML tools.
-Chris