On Fri, Aug 24, 2012 at 1:30 AM, Roy Smith <r...@panix.com> wrote: > I'm working on a tool which scans all the directories in sys.path and finds > any modules which appear multiple times in the path. It'll also call out any > .pyc's it finds without matching py's. >
This is why I love high level languages. The core of your problem is solved by a single dictionary object. ChrisA -- http://mail.python.org/mailman/listinfo/python-list