From owner-freebsd-questions@FreeBSD.ORG Fri Feb 29 03:40:46 2008 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFB00106566C for ; Fri, 29 Feb 2008 03:40:46 +0000 (UTC) (envelope-from mark-fbsd-quest-10@giovannetti.ca) Received: from www.giovannetti.ca (www.giovannetti.ca [206.248.136.48]) by mx1.freebsd.org (Postfix) with ESMTP id ABFCB8FC20 for ; Fri, 29 Feb 2008 03:40:46 +0000 (UTC) (envelope-from mark-fbsd-quest-10@giovannetti.ca) Received: from the.palaceofretention.ca (intgateway.palaceofretention.ca [10.10.10.42]) by www.giovannetti.ca (Postfix) with ESMTP id E1CEC11435 for ; Thu, 28 Feb 2008 22:06:19 -0500 (EST) Message-ID: <47C77716.1060702@giovannetti.ca> Date: Thu, 28 Feb 2008 22:08:06 -0500 From: Vinny User-Agent: Thunderbird 2.0.0.9 (X11/20080114) MIME-Version: 1.0 To: FreeBSD Mailing List References: <20080229030144.GA45790@thought.org> In-Reply-To: <20080229030144.GA45790@thought.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: python and Guile-gtk... [a bit OT] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Feb 2008 03:40:47 -0000 Gary Kline wrote: [snip] > > I'd like help getting python to read from a file and display a > steram of text on a textcanvas. I'll fiure out the buttons later. > I'd appreciate any insights about regular gtk and guile-gtk. Or > whichever GUI libraries have the best python interface. Hi Gary, I'm a big fan of wxPython, i.e. wxWidgets for python. Way cool and works on Windows as well (very cross-platform). Vinny