Jens Riedel wrote: > Hi, > > I use Ruby 1.8 under Windows (installed with the One-Click-Installer). > When I try to use Tk I get a message that tk84.dll is not available. > I googled a bit and found that I have to install ActiveTcl 8.4 and did > this. > Message still occurred, after I copied tk84.dll from Tcl/lib to ruby/lib > the next error was "tcl84.dll" not found... I copied this, too, and then > init.tcl was not found... > I think I'm on the wrong way to copy all the files from Tcl to ruby, how > can I get Tk running? > > Thanks for hints, > Jens Some said that Tk used to be included in the One-Click Installer. This is apparently no longer the case. Unfortunately, that makes things much more complicated when you want to send a program to a friend who's runnning Windows. -- Posted via http://www.ruby-forum.com/.