@@ -11,12 +11,12 @@ http://www.python.org/.
1111To install
1212----------
1313
14- Unzip the archive in the root of a file system with enough space. It
15- will create a directory \ Python1.4b3 containing subdirectories Bin and
16- Lib and some files, including setup.bat, setup.py, uninstall.bat, and
17- uninstall.py. (If you don't have a zip program that supports long
18- filenames, get the file winzip95.exe and install it -- this is WinZip
19- 6.1 for 32-bit Windows systems.)
14+ Unzip the archive on a file system with enough space. It will create
15+ a directory Python1.4b3 containing subdirectories Bin and Lib and some
16+ files, including setup.bat, setup.py, uninstall.bat, and uninstall.py.
17+ (If you don't have a zip program that supports long filenames, get the
18+ file winzip95.exe and install it -- this is WinZip 6.1 for 32-bit
19+ Windows systems.)
2020
2121Run the SETUP.BAT file found in directory just created. When it is
2222done, press Enter.
@@ -44,21 +44,15 @@ NT. Don't use an older version.
4444Using the control panel, set the TCL_LIBRARY and TK_LIBRARY
4545environment variables. E.g. if you installed Tcl/Tk in C:\TCL (the
4646default suggested by the installer), set TCL_LIBRARY to
47- "C:\TCL\lib\tcl7.5" and set TK_LIBRARY to "C:\TCL\lib\tk4.1".
47+ "C:\TCL\lib\tcl7.5" and set TK_LIBRARY to "C:\TCL\lib\tk4.1". Also
48+ add the directory "C:\TCL\bin" (or whereever the Tcl bin directory
49+ ended up) to the PATH environment variable.
4850
4951On Windows '95, you need to edit AUTOEXEC.BAT for this, e.g. by adding
5052the lines
5153
5254 SET TCL_LIBRARY=C:\Program Files\TCL\lib\tcl7.5
5355 SET TK_LIBRARY=C:\Program Files\TCL\lib\tk4.1
54-
55- (substituting the actual location of the TCL installation directory).
56-
57- On Windows '95, you also need to add the directory "C:\TCL\bin" (or
58- whereever the Tcl bin directory ended up) to the PATH environment
59- variable in the AUTOEXEC.BAT file. Do this by editing the
60- AUTOEXEC.BAT file, e.g. by adding this line to the end:
61-
6256 SET PATH="%PATH%";"C:\Program Files\TCL\bin"
6357
6458(substituting the actual location of the TCL installation directory).
0 commit comments