|
From: Derek F. <fo...@hu...> - 2002-08-14 14:24:12
|
Hi,
I thought I'd have a look at the Tcl-only implementation of TclDOM-2.2. I
followed the readme and got this error from the installation script:
>wish install.tcl
Error in startup script: extra characters after close-brace
while executing
"proc Slave_Component {slave type args"
(file "install.tcl" line 306)
I went and had a look at that bit of code and found:
proc Slave_Component {slave type args}} {
which doesn't look at all right... ;o)
Removing the extra } made the script work.
--
The past: Smart users in front of dumb terminals
|