You can assign a list of directory names to sys.path (first import sys),
or you can set the DOS environment variable PYTHONPATH to a semicolon-
separated list of directory names. (I don't know how to do this from
inside Windows, sorry.)
--Guido