Does wxRuby run with Ruby 1.9.2

610 views Asked by At

I am investigating cross-platform GUI toolkits with Ruby bindings.

wxRuby appears to be a pretty good one, but I am wondering if it has bindings for Ruby 1.9.2.

1

There are 1 answers

0
Paul Hoffer On BEST ANSWER

It does work with 1.9.2, but you have to install it this way

gem install wxruby-ruby19

Otherwise, it will not work on 1.9.2. I'm on 1.9.2 and it took me quite awhile to figure that out how to get it installed correctly. Anyways, I have used it and think that it is pretty good, although I had not used any other GUI frameworks in Ruby.