Hi, Currently I have a console based application on Linux. I want to move to a Text based Menu UI using ncurses. But I came to know that Ruby would be more easy to develop and flexible and powerful. Can any one comment on this aspect to guide me in making a correct choice? I downloaded the Ruby source ruby-1.8.6. I compiled the source and installed. But the GUI tool kit TK is not binding and throwing an error on executing an .rb file, like "HelloWorld.rb:1:in `require': no such file to load -- tk (LoadError)" Could anyone help me out? -- Posted via http://www.ruby-forum.com/.