From: Morton Goldberg Date: 2006-09-01T13:21:05+09:00 Subject: Re: Using [incr Widgets] in Ruby/Tk on OS X Thanks very much. That's what I needed to know. I don't know why I didn't think of it myself, but I didn't. Regards, Morton On Aug 31, 2006, at 11:01 PM, Hidetoshi NAGAI wrote: > 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) >