You are here

Scripting : Using other interpreters



Access to Simile scripting from other TclTk installations

The scripting is provided by using TclTk and access to the script interface to Simile is available from other TclTk 8.4 installations by using the SimileAutoObj package. You will have to ensure that SimileAutoObj package is in the package search path. Add the directory in the /system/lib/SimileAutoObj to your other Tcl interpreter rather than copying the directory to your other interpreters lib directory as the SimileAutoObj package requires access to other files in the Simile installation. E.g.,

append env(PATH) {C:/Program Files/Simile42/System/bin}

lappend auto_path {C:/Program Files/Simile42/System/lib}

package require SimileAutoObj

In: Contents >> Scripting