R
Rich Leblanc
I'm trying to install Ruby on a 64 bit Windows 7 machine following this
guide;
http://www.tkdocs.com/tutorial/install.html#installwin
After setting the environment variables and compiling I get this error:
LoadError: no such file to load -- tk
from (irb):1:in `require'
from (irb):1
from :0
I've googled for an answer but only find lot's of other people with the
same problem but no answer. Any ideas why it doesn't work or how to fix
it?
guide;
http://www.tkdocs.com/tutorial/install.html#installwin
After setting the environment variables and compiling I get this error:
irb(main):001:0> require 'tk'
LoadError: no such file to load -- tk
from (irb):1:in `require'
from (irb):1
from :0
I've googled for an answer but only find lot's of other people with the
same problem but no answer. Any ideas why it doesn't work or how to fix
it?