I have ruby installed, 1.9.3
I have libtcltk-ruby installed it says for 1.9.1 but most recent I can
find
I get this error
`require': cannot load such file -- tk
Is there any simple way to get any GUI support what-so-ever with Ruby on
a 64 bit Linux distro? Because seriously I have tried my damndest for
the past many hours and it seems essentially hopeless. Maybe I should
install Windows.
A code snippet. how do you 'require' your gem. Then gives us the cli commands you're using in order to install gems. Also a 'gem list' command would be nice.
Best Regards,
···
On 18 Απρ 2012, at 15:41 , roobie doo wrote:
I have ruby installed, 1.9.3
I have libtcltk-ruby installed it says for 1.9.1 but most recent I can
find
I get this error
`require': cannot load such file -- tk
Is there any simple way to get any GUI support what-so-ever with Ruby on
a 64 bit Linux distro? Because seriously I have tried my damndest for
the past many hours and it seems essentially hopeless. Maybe I should
install Windows.
W dniu 18 kwietnia 2012 15:41 użytkownik roobie doo
<lists@ruby-forum.com> napisał:
I have ruby installed, 1.9.3
I have libtcltk-ruby installed it says for 1.9.1 but most recent I can
find
I get this error
`require': cannot load such file -- tk
Is there any simple way to get any GUI support what-so-ever with Ruby on
a 64 bit Linux distro? Because seriously I have tried my damndest for
the past many hours and it seems essentially hopeless. Maybe I should
install Windows.
Depends on which distro. You will probably have to first install
(using your system package manager) tcl, tk itself, tk development
libraries, Ruby development libraries, and ruby-tk bindings.
(Everybody loves some dependency hell.)
To use tk with ruby you will probably have to compile ruby yourself. It's
not that hard. You can even use ruby-build tool and my tk extension (which
I keep trying to get them to include!!!).
On Wednesday, April 18, 2012 9:41:25 AM UTC-4, roobie doo wrote:
I have ruby installed, 1.9.3
I have libtcltk-ruby installed it says for 1.9.1 but most recent I can
find
I get this error
`require': cannot load such file -- tk
Is there any simple way to get any GUI support what-so-ever with Ruby on
a 64 bit Linux distro? Because seriously I have tried my damndest for
the past many hours and it seems essentially hopeless. Maybe I should
install Windows.
If you just want a gui for the sake of writing gui applications for
fun, then I suggest you look into any one[1] of the colorful[2]
flavors[3] of shoes[4].
On Wed, Apr 18, 2012 at 10:27 AM, Panagiotis Atmatzidis <ml@convalesco.org> wrote:
Hello,
Please gives us:
A code snippet. how do you 'require' your gem. Then gives us the cli commands you're using in order to install gems. Also a 'gem list' command would be nice.
Best Regards,
On 18 Απρ 2012, at 15:41 , roobie doo wrote:
I have ruby installed, 1.9.3
I have libtcltk-ruby installed it says for 1.9.1 but most recent I can
find
I get this error
`require': cannot load such file -- tk
Is there any simple way to get any GUI support what-so-ever with Ruby on
a 64 bit Linux distro? Because seriously I have tried my damndest for
the past many hours and it seems essentially hopeless. Maybe I should
install Windows.