The python interpreter can give you this information; just type:

import sys
for i in sys.path:
    print i

And search in the lib directories it shows.

You might also be interested in the std library reference at docs.python.org.

--
Amin Rainmaker
--- Begin Message ---
I'd like to spend some time exploring the standard library.  I'm running
python on Ubuntu.  How would I find the location of the modules (find /
-name "os.py" does not yield results)?

Thanks!
Nathan

--- End Message ---
_______________________________________________
Tutor maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to