T
Teodor Carstea
Hi all! I start using Tk to create Ruby GUI apps but that's da error:
diabolator2@book:~$ cd /home/cristi/Desktop
diabolator2@book:~/Desktop$ ruby firsttk.rb
firsttk.rb:1:in `require': no such file to load -- tk (LoadError)
from firsttk.rb:1
diabolator2@book:~/Desktop$
I tried to reinstall Tk but it was ok:
diabolator2@book:~$ sudo apt-get install tk
Reading package lists... Done
Building dependency tree
Reading state information... Done
tk is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
what's up?
Thanks!
diabolator2@book:~$ cd /home/cristi/Desktop
diabolator2@book:~/Desktop$ ruby firsttk.rb
firsttk.rb:1:in `require': no such file to load -- tk (LoadError)
from firsttk.rb:1
diabolator2@book:~/Desktop$
I tried to reinstall Tk but it was ok:
diabolator2@book:~$ sudo apt-get install tk
Reading package lists... Done
Building dependency tree
Reading state information... Done
tk is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
what's up?
Thanks!