From: Rik Hemsley Date: 2001-11-18T18:08:17+09:00 Subject: [ruby-talk:25745] Re: TK interface for Ruby? #if Kero van Gelder > > Is is possible to to TK apps with Ruby (like Python with TKinter)? If > > so, could anyone link me? > > Well, there are: > http://www.rubycentral.com/book/ext_tk.html > http://members.chello.nl/~k.vangelder/ruby/learntk/index.html > http://approximity.com/ruby/rubytk.html > and a few more linked from those. > > Note that Tk is in default Ruby package, so you shouldn't have to > install anything extra. FYI, if you're using SuSE Linux 7.3, Ruby doesn't come with Tk support by default. I suppose this was to remove a dependency. You would have to compile Ruby yourself, after installing the Tk devel package and dependencies. Rik