Reported by shik...@gmail.com, May 20, 2013
What steps will reproduce the problem?
- Shell.main(args) referencing a tcl script
- tcl script header contains
package require java
java::load expect4j.ExpectEmulation
package require expect
- tcl script calls 'set spawn_id 0' and then 'send "telnet xxx"'
What is the expected output? What do you see instead?
running the same script from inside DLTK, it runs.
instead, I've got "spawn not called yet"
What version of the product are you using? On what operating system?
latest 1.0 on red hat 6 + java7
Please provide any additional information below.