> I just wrote a tool for drawing dependency relationship digram of > Python project. Here is the project home page: > > http://code.google.com/p/python-gluttony/ > > It's interesting and useful to understand the dependency relationship > behind a Python project. I think the dependency of TurboGears might > be a potential problem. That's also one of reasons I wrote this > tool. Here is the dependency relationship digram of TurboGears2: > > http://static.ez2learn.com/gluttony/tg2_dot.png
And how do I create a dependency graph of a package I already have installed? I tried with turbogears (version 1), which I have already: gluttony turbogears --display-graph and it started downloading all sorts of packages, starting with turbogears itself and cherrpy, etc. I didn't ask gluttony to download anything, can't it find what I have installed already? Cheers, Daniel -- Psss, psss, put it down! - http://www.cafepress.com/putitdown -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.

