Is there some Python function that searches "sys.path" for a module?

John Nagle nagle at animats.com
Tue Jan 15 02:43:29 EST 2008


Miki wrote:

> http://docs.python.org/lib/module-imp.html

   Ah. "imp.find_module".  I was looking in "sys" and
path-related places.  Thanks.

				John Nagle



More information about the Python-list mailing list