diff options
author | Guido van Rossum <guido@python.org> | 1996-09-05 03:15:22 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-09-05 03:15:22 (GMT) |
commit | 983c552c43de7a4d1fac8778068491e56526c544 (patch) | |
tree | 70a47f12c16e6b7ee41919202c4f3244f7415279 /PC | |
parent | 54d9fa2e407246229afe7e11bbb4c9ae43b89a7a (diff) | |
download | cpython-983c552c43de7a4d1fac8778068491e56526c544.zip cpython-983c552c43de7a4d1fac8778068491e56526c544.tar.gz cpython-983c552c43de7a4d1fac8778068491e56526c544.tar.bz2 |
Different unpack instructions for vclibs41.zip
Diffstat (limited to 'PC')
-rw-r--r-- | PC/readme.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/PC/readme.txt b/PC/readme.txt index 6a4f934..97370a5 100644 --- a/PC/readme.txt +++ b/PC/readme.txt @@ -94,12 +94,12 @@ built. *** How to build the _tkinter extension *** -This assumes that you have installed the Tcl/Tk binary distribution -for Windows 95/NT with version numbers 7.5p1/4.1p1, in the default +This assumes that you have installed the Tcl/Tk binary distribution for +Windows 95/NT with version numbers 7.5p1/4.1p1, in the default installation location (C:\tcl). (Ftp to ftp.sunlabs.com in /pub/tcl, -file win41p1.exe.) You must also have fetched and unpacked the zip -file vclibs41.zip which contains the files tcl75.lib and tk41.lib, and -placed those files in C:\tcl\bin. In order to use _tkinter, the +file win41p1.exe.) You must also fetch and unpack the zip file +vclibs41.zip which contains the files tcl75.lib and tk41.lib, and place +those files in the PC subdirectory. In order to use _tkinter, the Tkinter.py module must be on PYTHONPATH. It is found in the Lib\tkinter subdirectory. |