On Thu, 2006-11-09 at 09:19 +0530, Munima Bora Sahariah wrote: > Hi, > > I am trying to run PWgui in my Linux 2.4 system and is having the following > problem > > 1. it says > > ================================================== > This is PWgui version: 3.1.1 > -------------------------------------------------- > > > PWgui: using the system default "wish" interpreter > > ./pwgui: line 54: wish: command not found
This is because you installed the source version of PWgui, which requires Tcl/Tk + extensions. You can try with binary version instead. > 3. I installed ActiveTCL. Still having the same message. In this case, the source PWgui should work. You have to either add the directory of ActiveTcl binaries to the PATH, or in pwgui file change the line: wish $PWGUI/pwgui.tcl to /path/to/my/ActiveTclBinaries/wish $PWGUI/pwgui.tcl Regards, Tone
