On Fri, Aug 24, 2012 at 1:30 AM, Roy Smith <[email protected]> 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
