Modify Python Path
Colin Brown
cbrown at metservice.com
Sun Dec 8 14:49:58 EST 2002
Hi Kenneth
One can also modify the path programmatically:
import sys
sys.path.append(r'c:\mynewpath')
...
Colin Brown
PyNZ
More information about the Python-list
mailing list