From: Andrew M. Kuchling Date: Sat, 27 Jan 2001 01:31:35 +0000 (+0000) Subject: Bug #129904: Put back the path component for the Tkinter modules X-Git-Tag: v2.1a2~143 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93b747efceaf6d68cb0fb99f3262aa77ce2ce27b;p=thirdparty%2FPython%2Fcpython.git Bug #129904: Put back the path component for the Tkinter modules --- diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 3964107c42f3..d1fb695daca3 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -79,6 +79,9 @@ TESTPATH= # Path components for machine- or system-dependent modules and shared libraries MACHDEPPATH=:plat-$(MACHDEP) +# Path component for the Tkinter-related modules +TKPATH=:lib-tk + COREPYTHONPATH=$(DESTPATH)$(SITEPATH)$(TESTPATH)$(MACHDEPPATH)$(TKPATH) PYTHONPATH=$(COREPYTHONPATH)