From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Josef Wolf Newsgroups: gmane.lisp.guile.user Subject: Re: Guile/Tk? Date: Mon, 16 Nov 2009 21:30:50 +0100 Message-ID: <20091116203049.GG29831@raven.wolf.lan> References: <20091115161906.GC29831@raven.wolf.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1258404046 29809 80.91.229.12 (16 Nov 2009 20:40:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 16 Nov 2009 20:40:46 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Nov 16 21:40:40 2009 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NA8NK-0005wF-W3 for guile-user@m.gmane.org; Mon, 16 Nov 2009 21:40:39 +0100 Original-Received: from localhost ([127.0.0.1]:38959 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NA8NK-0001Xb-GW for guile-user@m.gmane.org; Mon, 16 Nov 2009 15:40:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NA8Mz-0001U2-Mz for guile-user@gnu.org; Mon, 16 Nov 2009 15:40:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NA8Mv-0001KT-0D for guile-user@gnu.org; Mon, 16 Nov 2009 15:40:16 -0500 Original-Received: from [199.232.76.173] (port=43738 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NA8Mu-0001KF-4I for guile-user@gnu.org; Mon, 16 Nov 2009 15:40:12 -0500 Original-Received: from quechua.inka.de ([193.197.184.2]:52757 helo=mail.inka.de) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NA8Mt-0003Jp-Jv for guile-user@gnu.org; Mon, 16 Nov 2009 15:40:11 -0500 Original-Received: from raven.inka.de (uucp@[127.0.0.1]) by mail.inka.de with uucp (rmailwrap 0.5) id 1NA8Mr-0005Hj-F0; Mon, 16 Nov 2009 21:40:09 +0100 Original-Received: by raven.inka.de (Postfix, from userid 1000) id 267C32CE6A; Mon, 16 Nov 2009 21:30:50 +0100 (CET) Mail-Followup-To: Josef Wolf , guile-user@gnu.org Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:7488 Archived-At: On Sun, Nov 15, 2009 at 07:16:10PM +0100, Andy Wingo wrote: > On Sun 15 Nov 2009 17:19, Josef Wolf writes: > > I would like to try some GUI stuff with guile. Since I have some experience > > with Tk (with perl and ruby), I tried Tk following > > http://www.galassi.org/mark/mydocs/guile-programmer_2.html: > > [ ... ] > > We do have some tk bindings bitrotten somewhere, but they would need > some love to work with Guile 1.8 (or 1.4 for that matter). [ ... ] > This was back in the days when you couldn't have tk without tcl... ouch > :) > > Try guile-gnome if you're on 1.8. You should be able to install from > packages in e.g. Debian. Thanks for the quick answer, Andy! gnome seems to be much more complicated than Tk, I guess? Further, there seem to be lots of confusion about a canvas widget in guile-gnome.