I just reinstalled TCL 8.3.4.3 after downloading from
ActiveState.
Using Coda 2.1
Have tried MANY differnt ways of writing what comes
after -d. Most using backslashes produced the following
output, but using forward slashes just producted an
empty Wish error.
Command: coda.tcl -d c:\temp\blah1\ test.coda
Output:
---------------------------
Error in Wish
---------------------------
Can't find a usable tk.tcl in the following directories:
C:/Tcl/lib/tk8.3 C:/Tcl/lib/tk8.3 C:/lib/tk8.3
C:/Tcl/library C:/library C:/tk8.3/library C:/tk8.3/library
C:/Tcl/lib/tk8.3/tk.tcl: wrong # args: should be "upvar
?level? otherVar localVar ?otherVar localVar ...?"
wrong # args: should be "upvar ?level? otherVar
localVar ?otherVar localVar ...?"
while executing
"upvar #0 tkPriv.c:\temp\blah1\ tkPriv"
("uplevel" body line 1)
invoked from within
"uplevel #0 upvar #0 tkPriv.$disp tkPriv"
(procedure "tkScreenChanged" line 9)
invoked from within
"tkScreenChanged [winfo screen .]"
(file "C:/Tcl/lib/tk8.3/tk.tcl" line 225)
invoked from within
"source C:/Tcl/lib/tk8.3/tk.tcl"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list source $file]"
C:/Tcl/lib/tk8.3/tk.tcl: wrong # args: should be "upvar
?level? otherVar localVar ?otherVar localVar ...?"
wrong # args: should be "upvar ?level? otherVar
localVar ?otherVar localVar ...?"
while executing
"upvar #0 tkPriv.c:\temp\blah1\ tkPriv"
("uplevel" body line 1)
invoked from within
"uplevel #0 upvar #0 tkPriv.$disp tkPriv"
(procedure "tkScreenChanged" line 9)
invoked from within
"tkScreenChanged [winfo screen .]"
(file "C:/Tcl/lib/tk8.3/tk.tcl" line 225)
invoked from within
"source C:/Tcl/lib/tk8.3/tk.tcl"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list source $file]"
This probably means that tk wasn't installed properly.
---------------------------
OK
---------------------------