From: Fred Drake Date: Thu, 28 Sep 2000 23:28:30 +0000 (+0000) Subject: Clarify that the Tk interface is not enabled by default when building X-Git-Tag: v2.0c1~217 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8179a9de6bc57928ee18771729326b20cf629a30;p=thirdparty%2FPython%2Fcpython.git Clarify that the Tk interface is not enabled by default when building from sources, not in general. This closes SourceForge bug #115608. --- diff --git a/README b/README index 44d9166b8e7c..4813b02fc201 100644 --- a/README +++ b/README @@ -736,8 +736,9 @@ The Tk interface Tk (the user interface component of John Ousterhout's Tcl language) is also usable from Python. Since this requires that you first build and -install Tcl/Tk, the Tk interface is not enabled by default. Python -supports Tcl/Tk version 8.0 and higher. +install Tcl/Tk, the Tk interface is not enabled by default when +building Python from source. Python supports Tcl/Tk version 8.0 and +higher. See http://dev.ajubasolutions.com/ for more info on Tcl/Tk, including the on-line manual pages.