Finding a module's sub modules at runtime
Alex Martelli
aleax at mac.com
Thu Mar 29 11:33:33 EDT 2007
Joshua J. Kugler <joshua at eeinternet.com> wrote:
> still be nicely portable. It just seems that since Python is gathering
> that information anyway, it should make it available without me having to
> walk the directory tree.
Sorry, where is Python "gathering that information anyway"? Unless I'm
mistaken, Python by default does not walk directory trees of subpackages
-- what makes you think it does?
Alex
More information about the Python-list
mailing list