]> granicus.if.org Git - python/commitdiff
Fix lib-tk PythonPath.
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 19 Sep 2004 18:36:45 +0000 (18:36 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 19 Sep 2004 18:36:45 +0000 (18:36 +0000)
Tools/msi/msi.py

index fa2a9fce8b190eb04aa1cbdc6a095c8c9b9903ce..cda7bb656311dc9a495f946f50daea50fccae3b8 100644 (file)
@@ -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"),