> Sys.putenv("TCL_LIBRARY"="C:/Tcl/lib") > Sys.putenv("MY_TCLTK"="Yes") > addTclPath("C:/Tcl/lib") > require(tcltk) Oops, the require(tcltk) was supposed to come before the addTclPath. addTclPath is a function in the tcltk package. James