Installing Python 2.5.1 (built against tcltk 8.4) for Linux

  1. Download Python 2.5.1 from http://www.python.org/download/releases/2.5.1/
  2. Unzip and change to the directory of the unpacked archive, E.g.,
  3. *Run, "./configure --prefix=<installation directory>":
  4. Edit the file, "Setup," in the "Modules" directory, "Modules/Setup"
  5. Run

* Step 3 must be done before 4.   Running, "./configure," generates the file Modules/Setup 

While running "make", if you run into any problems finding tcl8.4 or tk8.4 libraries, try setting the environment variable, LD_RUN_PATH to point to the location of the tcltk libraries:
make clean
setenv LD_RUN_PATH <Location of tcltk libraries>
make
make install
unsetenv LD_RUN_PATH 

Installing Python 2.5.1 (built against tcltk 8.4) for Windows

By default, tcl/tk version 8.4 ships with Python 2.5.1 for Windows so just go through the installation process.

  1. Download the appropriate python2.5.1 msi file for your windows architecture http://www.python.org/download/releases/2.5.1/
  2. Using command.exe, enter the following command