How do I define the search path for personal library
richardshea at despammed.com
richardshea at despammed.com
Sun Dec 19 06:31:28 EST 2004
If i understand correctly what you're after I think another option is
import sys
sys.path.append('<your choice of path here')
regards
richard.
More information about the Python-list
mailing list