On Nov 22, 8:23 pm, "bruce" <[EMAIL PROTECTED]> wrote:

> is there a function/feature/etc.. that i can run on "foo.py" that would walk
> through the entire list of files that make up foo.py, so i could see the
> list of *.py files that are required to run "foo.py".

There's this:
http://www.tarind.com/depgraph.html

It generates a nice chart showing the 'tree' of imports for your
program.  I found it valuable for helping me resolve a circular import
problem.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to