[Distutils] indexing sys.meta_path hook?

Daniel Holth dholth at gmail.com
Fri Sep 28 22:14:43 CEST 2012


Has anyone bothered to write a meta path hook that checks all the
top_level.txt on a sys.path full of eggs, and uses
imp.load_module(name, short list of paths) to find the module instead
of the default load_module(name, full sys.path)?


More information about the Distutils-SIG mailing list