From: Albert Schlef Newsgroups: comp.lang.ruby Subject: Re: Tk and Tile with Tk8.5 Date: Sat, 2 Apr 2011 21:30:54 -0500 Organization: Service de news de lacave.net Lines: 29 Message-ID: References: <07a7e2ba2709d9e19d380257946e93e6@ruby-forum.com> NNTP-Posting-Host: bristol.highgroove.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: Quoted-printable X-Trace: talisker.lacave.net 1301797883 59413 65.111.164.187 (3 Apr 2011 02:31:23 GMT) X-Complaints-To: abuse@lacave.net NNTP-Posting-Date: Sun, 3 Apr 2011 02:31:23 +0000 (UTC) In-Reply-To: <07a7e2ba2709d9e19d380257946e93e6@ruby-forum.com> X-Received-From: This message has been automatically forwarded from the ruby-talk mailing list by a gateway at comp.lang.ruby. If it is SPAM, it did not originate at comp.lang.ruby. Please report the original sender, and not us. Thanks! For more details about this gateway, please visit: http://blog.grayproductions.net/categories/the_gateway X-Mail-Count: 380822 X-Ml-Name: ruby-talk X-Rubymirror: Yes X-Ruby-Talk: Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.stben.net!talisker.lacave.net!lacave.net!not-for-mail Xref: x330-a1.tempe.blueboxinc.net comp.lang.ruby:2174 L=C3=A1szl=C3=B3 F=C3=B6ldes wrote in post #990509: > I want to use Ruby 1.9.1 (Ubuntu 10.10) with Tk8.5 Tile, but this samle= > code: > [...] > I'm not a source code compiler type, I > installed everything from aptitude (Ruby 1.9.1, Tk8.4, Tk8.5, Tcl8.4, > Tcl8.5) Hi! I'm using Ubuntu 10.04.1, but it probably isn't different than yours. You need install tile: $ sudo apt-get install tk-tile Note that Ruby will still use the ugly Tk 8.4. If you want it to use Tk 8.5 (but you don't have to), follow these steps: http://drx.rubyforge.org/ubuntu-new-tk.html BTW, your program works on my system: I tried it with both Tk 8.4 and Tk 8.5 (I have a script that toggles between them). -- = Posted via http://www.ruby-forum.com/.=