Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6424524

Browse files
committed
Thomas Heller noticed that the wrong registry entry was written for
the DLL. Replace %_SYSDEST_%\Python20.dll with %_DLLDEST_%\Python20.dll.
1 parent 48b3eee commit 6424524

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PCbuild/python20.wse

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ item: Edit Registry
997997
end
998998
item: Edit Registry
999999
Key=Software\Python\PythonCore\%PY_VERSION%\Dll
1000-
New Value=%_SYSDEST_%\Python20.dll
1000+
New Value=%_DLLDEST_%\Python20.dll
10011001
Root=2
10021002
end
10031003
item: Edit Registry

0 commit comments

Comments
 (0)