I have tcl 8.6 for Windows installed; from the documentation it would appear Expect is part of the package, but the Windows installer didn’t show it in its components. Also even though the locally installed documentation indicates Expect is installed I don’t see it anywhere in the installation dir.
Also if I create a simple tcl script with “package require Expect” at the top, I get error:
can’t find package Expect
can’t find package Expect
while executing
“package require Expect”
Is there any way to install it for Windows?
Thanks!