[Tutor] Windows questions
Alan Gauld
alan.gauld at blueyonder.co.uk
Wed Sep 3 00:26:11 EDT 2003
> The simplest way to do this is to include a file named python.pth in
> your Python directory -- the filename itself doesn't matter, as long
> as the extension is '.pth'. Each line of this file should contain a
> directory name; every directory that's specified in that file will
be
> added to your sys.path, and thus searched for modules.
Ooh, thats the first time I've seen this. (Sorry if I just haven't
been
paying attention!) When did this get added to Python?
Has it always been there?
Alan G.
More information about the Tutor
mailing list