-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Monday 13 January 2003 11:11, collinsm / surfeu.de wrote: > I'm trying out Tcl/Tk with Ruby, but I get the following: > > /usr/local/lib/ruby/1.6/tk.rb:7:in `require': No such file to load -- > tcltklib (LoadError) > from /usr/local/lib/ruby/1.6/tk.rb:7 > from ./tk_tst.rb:2:in `require' > from ./tk_tst.rb:2 > Am I missing something? Yes. But probably not in the way of external libraries. What's missing is a Ruby library, 'tcltklib.rb', which is installed from ruby-1.x.x/ext/tcltklib. Assuming you installed from Ruby source tarball, you should cd to that directory and compile and install that extension ("ruby extconf.rb; make; make install" would normally do it). If you got Ruby on your system from some other means, then let us know. -michael -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+I1Eh4ClW9KMwqnMRAmNgAKC1VpQKdFrH1lOdy3J7wQdlEt3n0QCgiC/a gusYR37XWxeSIyWpnfa+JIs= =wGqZ -----END PGP SIGNATURE-----