J
Jesse Jurman
Hello ruby forums,
Cutting straight to the case,
I just recently bought a new mac computer, and I am having trouble
getting ruby to work with Tk.
I had extraneous trouble getting Tk to work on my old computer, but my
new one seems to have no version of Tk on it at all. Whereas before I
had some version of Tk installed (while outdated it still worked very
well) now I have none, which seems odd as all the tutorials I have
viewed refer to some version of tk pre-existing!
$ irb
from (irb):1:in `require'
from (irb):1
from :0
My version of ruby is:
$ ruby -v
ruby 1.8.7 (2010-01-10 patchlevel 249) [x86_64-darwin10]
I am not very good at binding or compiling or making applications on
terminal, but I do consider myself somewhat good at using the terminal.
I need ruby to work with Tk ASAP!!!
Any links, solutions, or code, would be very appreciated!
Cutting straight to the case,
I just recently bought a new mac computer, and I am having trouble
getting ruby to work with Tk.
I had extraneous trouble getting Tk to work on my old computer, but my
new one seems to have no version of Tk on it at all. Whereas before I
had some version of Tk installed (while outdated it still worked very
well) now I have none, which seems odd as all the tutorials I have
viewed refer to some version of tk pre-existing!
$ irb
LoadError: no such file to load -- tkrequire 'tk'
from (irb):1:in `require'
from (irb):1
from :0
My version of ruby is:
$ ruby -v
ruby 1.8.7 (2010-01-10 patchlevel 249) [x86_64-darwin10]
I am not very good at binding or compiling or making applications on
terminal, but I do consider myself somewhat good at using the terminal.
I need ruby to work with Tk ASAP!!!
Any links, solutions, or code, would be very appreciated!