From 412e458495f426bd14e5c3fab16c72d447a314c0 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 29 Jul 2001 21:04:09 +0000 Subject: [PATCH] Remove Lib\plat-win from PYTHONPATH; that directory went away a year ago. --- PCbuild/python20.wse | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 1480aa69e2..3185395c56 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -1578,7 +1578,8 @@ end item: Edit Registry Total Keys=1 Key=Software\Python\PythonCore\%PY_VERSION%\PythonPath - New Value=%MAINDIR%\Lib\plat-win;%MAINDIR%\Lib;%MAINDIR%\DLLs;%MAINDIR%\Lib\lib-tk + New Value=%MAINDIR%\Lib;%MAINDIR%\DLLs;%MAINDIR%\Lib\lib-tk + New Value= Root=2 end item: Edit Registry @@ -1614,7 +1615,8 @@ end item: Edit Registry Total Keys=1 Key=Software\Python\PythonCore\%PY_VERSION%\PythonPath - New Value=%MAINDIR%\Lib\plat-win;%MAINDIR%\Lib;%MAINDIR%\DLLs;%MAINDIR%\Lib\lib-tk + New Value=%MAINDIR%\Lib;%MAINDIR%\DLLs;%MAINDIR%\Lib\lib-tk + New Value= Root=1 end item: Edit Registry -- 2.49.0