From: Ferenc Engard Date: 2004-08-30T03:06:30+09:00 Subject: Re: tk.rb: incompatible change between 1.8.1 and 1.8.2 > > The "can't dup Fixnum" error what I have mentioned in my previous post > > is caused by a change in tk.rb. > (snip) > > This change causes the fixnum problem in class TclTkExtIp's constructor. > > Sorry. This changes default Tk.appname from 'tk' to > current command/script name. > I didn't observe 'tcltk-ext' library on 1.8.2. > As you point, it cannot work with 1.8.2. > Please adopt the following patch. > > diff -u ../tcltk-ext051/tcltkextlib.rb ./tcltkextlib.rb [...] I patched it, and it works now. Thank you! Ferenc