Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tix with expect

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hello
I want to run expect with tixwish. I have installed expect5.31 and tix4.1.
Please can someone can help me to run expect commands (spawn) with tix in an application using tix widgets.
Thanks
 
In a normal installation, both Tix and Expect should be configured automatically to support dynamic loading through the package mechanism. Therefore, to load the Expect package for use in your application, add the following command before you call any Expect commands:

Code:
package require Expect

This should even work from a "plain vanilla" tclsh or wish interpreter. - Ken Jones, President
Avia Training and Consulting
866-TCL-HELP (866-825-4357) US Toll free
415-643-8692 Voice
415-643-8697 Fax
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top