[Tutor] what is the "path browser" used for?
Max Noel
maxnoel_fr at yahoo.fr
Tue Mar 15 02:28:31 CET 2005
On Mar 15, 2005, at 00:55, Jeff420harris00 at wmconnect.com wrote:
> What is the path browser for and all the sys.path's for?
> are these for copying and pasteing to help you on your program?
No, sys.path (as explained by pydoc sys ;) ) is the module search
path; that is, the list of the folders into which Python looks for a
module when you try to import it.
Oh, and on an unrelated topic, could you please turn off HTML in your
e-mails? Blue text on green background is not very comfortable to
read... Thanks!
-- Max
maxnoel_fr at yahoo dot fr -- ICQ #85274019
"Look at you hacker... A pathetic creature of meat and bone, panting
and sweating as you run through my corridors... How can you challenge a
perfect, immortal machine?"
More information about the Tutor
mailing list