From: Goran Stankovic Date: 2005-05-16T04:46:55+09:00 Subject: Cannot get Tk extension samples to work with Windows XP --0-876083061-1116186394=:10367 Content-Type: text/plain; charset=us-ascii Hello, I cannot get any of Tk extension samples to work on Windows XP. I was able to run them successfully on Linux and Mac. For example, here is the error that I get when I run ruby BWidget demos: >ruby demo.rb c:/ruby/lib/ruby/1.8/tk/package.rb:86:in `require': TkPackage can't find package BWidget (RuntimeError) from c:/ruby/lib/ruby/1.8/tkextlib/bwidget.rb:16 from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:18:in `require__' from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:18:in `require' from demo.rb:3 >Exit code: 1 * I have ruby 1.8.2-15 installed. The rest of ruby runs fine. * I have ActiveTcl 8.4.9.0 installed and I can run the same BWidget (and other) demos as TclTk demos. My guess is that I am missing some environment variable to connect the ruby bindings with the actual Tk extension libraries. I would appreciate if somebody would help with this. Regards, Goran --0-876083061-1116186394=:10367--