From f13337dd387d323a875f0d45a95c5974066cc225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sun, 19 Sep 2004 18:36:45 +0000 Subject: Fix lib-tk PythonPath. --- Tools/msi/msi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py index fa2a9fc..cda7bb6 100644 --- a/Tools/msi/msi.py +++ b/Tools/msi/msi.py @@ -1085,7 +1085,7 @@ def add_registry(db): ("InstallGroup", -1, prefix+r"\InstallPath\InstallGroup", "", "Python %s" % short_version, "REGISTRY"), ("PythonPath", -1, prefix+r"\PythonPath", "", - "[TARGETDIR]Lib;[TARGETDIR]DLLs;[TARGETDIR]lib-tk", "REGISTRY"), + r"[TARGETDIR]Lib;[TARGETDIR]DLLs;[TARGETDIR]Lib\lib-tk", "REGISTRY"), ("Documentation", -1, prefix+r"\Help\Main Python Documentation", "", r"[TARGETDIR]Doc\Python%s%s.chm" % (major, minor), "REGISTRY"), ("Modules", -1, prefix+r"\Modules", "+", None, "REGISTRY"), -- cgit v0.12