From: Mooffie n/a Date: 2010-04-21T16:51:53+09:00 Subject: Re: [ANN] DrX, an object inspector Brian Candler wrote: > Mooffie n/a wrote: >> http://drx.rubyforge.org > > Looks like this is awesome. However it doesn't work for me under Ubuntu > Hardy with its stock ruby-1.8.6p111. Yes, it turned out DrX wasn't compatible with Ruby 1.8.6. I've updated it and released a new gem (0.4.5). If you encounter further problems, let me know. Note that the GUI you're going to see won't be as sexy as in the screenshots because your old Ruby/Tk doesn't fully utilize Tile. (No such problem with Ruby 1.8.7.) > > I have the following packages installed: > > $ dpkg-query -l [...] You also need to install tk-tile (perhaps you already have it). Do: sudo apt-get install tk-tile -- Posted via http://www.ruby-forum.com/.