From owner-freebsd-questions@FreeBSD.ORG Mon Sep 10 01:23:54 2007 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 3B39B16A419 for ; Mon, 10 Sep 2007 01:23:54 +0000 (UTC) (envelope-from carpetsmoker@rwxrwxrwx.net) Received: from mail.rwxrwxrwx.net (rwxrwxrwx.net [82.93.23.199]) by mx1.freebsd.org (Postfix) with ESMTP id BB0DF13C45B for ; Mon, 10 Sep 2007 01:23:53 +0000 (UTC) (envelope-from carpetsmoker@rwxrwxrwx.net) Received: by mail.rwxrwxrwx.net (Postfix, from userid 1001) id DFCAD6D479; Mon, 10 Sep 2007 03:28:11 +0200 (CEST) Date: Mon, 10 Sep 2007 03:28:11 +0200 From: Martin Tournoij To: freebsd-questions@freebsd.org Message-ID: <20070910012811.GA42413@glitch.rwxrwxrwx.net> Mail-Followup-To: freebsd-questions@freebsd.org, LukeD@pobox.com References: <20070909154811.B2084@border.crystalsphere.multiverse> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070909154811.B2084@border.crystalsphere.multiverse> User-Agent: mutt-ng/devel-r804 (FreeBSD) Cc: LukeD@pobox.com Subject: Re: wxPython 2.8? 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: Mon, 10 Sep 2007 01:23:54 -0000 On Sun 09 Sep 2007 15:09, Luke Dean wrote: > > I've got a Python app that seems to require wxPython 2.8. > The ports collection only has 2.6. > Do you think it would it be worthwhile for me to download the source and attempt to compile it on my system or should I ask the port > maintainer? wxgtk 2.8 is in the ports collection(x11/toolkits/wxgtk28), you're probably using an outdated snapshot of the ports collection. See the FreeBSD handbook on how to update your ports collection: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html Regards, Martin Tournoij