Wish Error Invoking Cbrowser
Status: Beta
Brought to you by:
cfelaco
Platform is IRIX 6.5 with tcl 8.0.4 and tk 8.0.4
binaries installed from freeware.irix.com. Installed
Cbrowser 0.8 and am getting the following error when
invoking:
host:/usr/people/userid> cbrowser
/usr/freeware/bin/cbrowser requires wish version 7.6 or
greater
while executing
"error "$argv0 requires wish version 7.6 or greater""
invoked from within
"if {[info tclversion] < 7.6} {
error "$argv0 requires wish version 7.6 or greater"
}"
(file "/usr/freeware/bin/cbrowser" line 2965)
Do I have an incompatible version of tcl/tk?
TIA - Karl
Logged In: NO
Resolved - This was a path problem; an older tcl
installation was found.
Thx, Karl