
Dec. 1, 1999
8:44 p.m.
Gordon McMillan wrote:
Make that: [ os.path.dirname(sys.executable), os.getcwd(), win32api.GetSystemDirectory(), os.path.join(win32api.GetSystemDirectory(), '../SYSTEM'), win32api.GetWindowsDirectory() ] + string.split(os.environ['PATH'], ';')
Very nice! "../SYSTEM" needed on NT I guess. JimA