On Sat, 2016-05-07 at 16:56 +0530, Muthu V wrote: > Dear Users > I am trying to run pwgui. but it is showing the following error. i > have checked in previous forum mails and as directed by paolo i > checked for itcl and itk. everything are upto date, but still getting > this error. can you spot out where is the problem ?
According to the message you lack the Itk package (or else your Tcl is mis-configured). Type this in the terminal: tclsh and after you receive the tclsh prompt, type: package require Itk If you get this: > can't find package Itk > while executing > "package require Itk " ... then, you need to install Itk software or else figure out how to configure your system's tcl so that it will know where the Itk is. Best regards, Tone -- J. Stefan Institute, Jamova 39, 1000 Ljubljana, Slovenia (tel: +386-1-477-3523 // fax: +386-1-251-9385) _______________________________________________ Pw_forum mailing list [email protected] http://pwscf.org/mailman/listinfo/pw_forum
