Hi Ross >From my experience uninstall the distributed versions of TCL & TK, google for ActiveTcl and install it It is an integrated package with all the tcl extensions and works well, I use it a lot.
Unpack it to /usr/local, run install.sh and soft link the 5 files in th////Activetcl/bin dir to /usr/bin. leave your downloaded app as was. Barry --------------------- Ross Drummond wrote: > I have downloaded an old app (last updated 1998) that uses tcl, through the > front end wish. > > I can not find wish on my computer or in the installation disks > > I changed the line in the script; > > #!/usr/bin/wish -f > > to; > > #!/usr/bin/tclsh > > I did this on the assumption that tclsh has superseeded wish. > > I am still unable to get it to work. Am I on the right track? > > Cheers Ross Drummond
