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

Skip to content

Commit f13337d

Browse files
committed
Fix lib-tk PythonPath.
1 parent 052d0cd commit f13337d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/msi/msi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@ def add_registry(db):
10851085
("InstallGroup", -1, prefix+r"\InstallPath\InstallGroup", "",
10861086
"Python %s" % short_version, "REGISTRY"),
10871087
("PythonPath", -1, prefix+r"\PythonPath", "",
1088-
"[TARGETDIR]Lib;[TARGETDIR]DLLs;[TARGETDIR]lib-tk", "REGISTRY"),
1088+
r"[TARGETDIR]Lib;[TARGETDIR]DLLs;[TARGETDIR]Lib\lib-tk", "REGISTRY"),
10891089
("Documentation", -1, prefix+r"\Help\Main Python Documentation", "",
10901090
r"[TARGETDIR]Doc\Python%s%s.chm" % (major, minor), "REGISTRY"),
10911091
("Modules", -1, prefix+r"\Modules", "+", None, "REGISTRY"),

0 commit comments

Comments
 (0)