[Python-Dev] [TARGETDIR]lib-tk added to PythonPath in MSI

Trent Mick trentm at ActiveState.com
Wed Sep 15 20:59:48 CEST 2004


Round about line 1088 of Tools/msi/msi.py, lib-tk is added to the
PythonPath:

    ("PythonPath", -1, prefix+r"\PythonPath", "",
    "[TARGETDIR]Lib;[TARGETDIR]DLLs;[TARGETDIR]lib-tk", "REGISTRY"),

Shouldn't that be this instead?

    ("PythonPath", -1, prefix+r"\PythonPath", "",
    "[TARGETDIR]Lib;[TARGETDIR]DLLs;[TARGETDIR]Lib\\lib-tk", "REGISTRY"),

Trent

-- 
Trent Mick
TrentM at ActiveState.com


More information about the Python-Dev mailing list