Thomas Heller noticed that the wrong registry entry was written for

the DLL.  Replace
 %_SYSDEST_%\Python20.dll
with
 %_DLLDEST_%\Python20.dll.
This commit is contained in:
Guido van Rossum 2000-08-22 12:10:02 +00:00
parent 48b3eee170
commit 6424524fbe
1 changed files with 1 additions and 1 deletions

View File

@ -997,7 +997,7 @@ item: Edit Registry
end
item: Edit Registry
Key=Software\Python\PythonCore\%PY_VERSION%\Dll
New Value=%_SYSDEST_%\Python20.dll
New Value=%_DLLDEST_%\Python20.dll
Root=2
end
item: Edit Registry