From owner-freebsd-questions@FreeBSD.ORG Sun May 16 18:13:43 2010 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 BDF8D106564A for ; Sun, 16 May 2010 18:13:43 +0000 (UTC) (envelope-from nehe@telus.net) Received: from outbound03.telus.net (outbound03.telus.net [199.185.220.222]) by mx1.freebsd.org (Postfix) with ESMTP id 8B5A48FC12 for ; Sun, 16 May 2010 18:13:43 +0000 (UTC) Received: from edtnaa01.telusplanet.net ([75.156.149.135]) by priv-edtnes29.telusplanet.net (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20100516181342.BSII1476.priv-edtnes29.telusplanet.net@edtnaa01.telusplanet.net> for ; Sun, 16 May 2010 12:13:42 -0600 Received: from nehe.divine (d75-156-149-135.abhsia.telus.net [75.156.149.135]) by edtnaa01.telusplanet.net (BorderWare Security Platform) with ESMTP id 8B5783D32BBB4C29 for ; Sun, 16 May 2010 12:13:42 -0600 (MDT) Message-ID: <4BF035D3.1020409@telus.net> Date: Sun, 16 May 2010 12:13:39 -0600 From: Jeff Molofee User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100516 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20100516120016.B36D110656AC@hub.freebsd.org> In-Reply-To: <20100516120016.B36D110656AC@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: bindtextdomain 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: Sun, 16 May 2010 18:13:43 -0000 Sorry guys, didn't notice if this has come up yet... did a big portupgrade (-af) and now I'm having issues with quite a few programs failing to run. In time tracker I always get: AttributeError: 'module' object has no attribute '*bindtextdomain*' A few of the built in games... like chess and sudoku: File "/usr/local/lib/python2.6/site-packages/glchess/defaults.py", line 46, in locale.bind_textdomain_codeset(DOMAIN, "UTF-8") # See Bug 608425 AttributeError: 'module' object has no attribute '*bind_textdomain_codeset*' ===============> I was also wondering if someone could explain packagekit... I read that it's a work in progress... but every time I boot I see two updates show up... I then try to upgrade using the upgrade now button, and receive a few errors. The first error states that packages for these items can not be found, the second error stats that upgrade-packages can not be found (sorry, going from memory), but basically it can't find the actual program or script required to do the upgrade. Is Packagekit broken at the moment or am I missing something?