Download & use TK GUI application

HI Everybody;
Can anyone tell me from where I can download TK & use it in Ruby. Which
is the current stable version of TK; compatible with Ruby.

Thankx in advance :slight_smile:

Canโ€™t tell you which version to use. Where to get Tcl/Tk most easily to
support RubyTk depends on your platform:

  1. Most linuxes/unixes have pre-built Tcl/Tk packages and you should
    install the one for your distribution e.g on Debian derived systems
    as root:
    apt-get install tcl tk tcl-dev tk-dev

  2. On windows, I suggest using the ActiveState activetcl if you are not
    redistributing see www.activestate.com click the language
    distributions tab towards the top of the page. Note that you need an
    OEM license to redistribute ActiveTcl.

Ron (Tcl 2008 Program Chair) Fox.

Hi,
I think this tutorail has some useful informtaion about ruby tk.
http://ruby.about.com/od/desktop/p/ruby_tk.htm
cheers,
kranthi.
On Tue, May 27, 2008 at 11:04 AM, Pranjal J.
[email protected]

That depends on the platform youโ€™ re using.
W or Linux