From: Axel Date: 2009-12-24T17:25:13+09:00 Subject: Re: Tk load error > /usr/lib/ruby/1.8/tk/package.rb:86:in `require': TkPackage can't find > package tile (RuntimeError) I think, TCL/TK is missing "Tile". Try to install it with "teacup" (similar to gem for Ruby) teacup search tile (not case sensitive) teacup install tile (case sensitive) Axel