[Python-Dev] [TARGETDIR]lib-tk added to PythonPath in MSI (original) (raw)
Trent Mick trentm at ActiveState.com
Wed Sep 15 20:59:48 CEST 2004
- Previous message: [Python-Dev] python-dev Summary for 2004-08-16 through 2004-08-31 [draft]
- Next message: [Python-Dev] [TARGETDIR]lib-tk added to PythonPath in MSI
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] python-dev Summary for 2004-08-16 through 2004-08-31 [draft]
- Next message: [Python-Dev] [TARGETDIR]lib-tk added to PythonPath in MSI
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]