From: Hidetoshi NAGAI Date: 2006-09-01T12:01:21+09:00 Subject: Re: Using [incr Widgets] in Ruby/Tk on OS X From: Morton Goldberg Subject: Using [incr Widgets] in Ruby/Tk on OS X Date: Fri, 1 Sep 2006 11:43:09 +0900 Message-ID: <8F88D2EC-9D3E-49AE-AD6C-83267C6FB012@ameritech.net> > which means iwidgets.rb has to be one directory level up (in /usr/lib/ > ruby/1.8/) to work. So I put a copy of iwidgets.rb in in /usr/lib/ > ruby/1.8/. With that hack, "require 'iwidgets'" works -- at least in Please use "require 'tkextlib/iwidgets'". It will load "tkextlib/iwidgets.rb". -- Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)