Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

  1. Download the appropriate python2.5.1 msi file for your windows architecture http://www.python.org/download/releases/2.5.1/Image Removed
  2. Using command.exe, enter the following command
    • if installing on a network drive
      • msiexec /a <python-msi-path>/python-2.5.1.msi ALLUSERS=1 TARGETDIR=<installation director
    • Example, to install python in "V:\Glast_Software\Toaster\GLAST_EXT\Windows-i386-32bit\python\2.5.1-gl1\vcc71" logged in on glast06, enter
      •  msiexec /a V:\Glast_Software\Toaster\GLAST_EXT\VC8\python\python-2.5.1.msi ALLUSERS=1 TARGETDIR="V:\Glast_Software\Toaster\GLAST_EXT\Windows-i386-32bit\python\2.5.1-gl1\vcc71"
        We have confirmed with Jim Chiang that it is numpy (rather than numarray) we should be supporting.

...