From owner-freebsd-ports@FreeBSD.ORG Fri Jan 28 00:20:19 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5771D16A4CE for ; Fri, 28 Jan 2005 00:20:19 +0000 (GMT) Received: from sccimhc91.asp.att.net (sccimhc91.asp.att.net [63.240.76.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6B4B43D41 for ; Fri, 28 Jan 2005 00:20:18 +0000 (GMT) (envelope-from FreeBSD@insightbb.com) Received: from [192.168.1.239] (12-202-28-183.client.insightbb.com[12.202.28.183]) by sccimhc91.asp.att.net (sccimhc91) with ESMTP id <20050128002018i91001nrl4e>; Fri, 28 Jan 2005 00:20:18 +0000 From: Steven Friedrich To: freebsd-ports@freebsd.org Date: Thu, 27 Jan 2005 19:20:15 -0500 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501271920.15343.FreeBSD@insightbb.com> Subject: Python based themes for superkaramba broken... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jan 2005 00:20:19 -0000 About a month or two ago, my kalendar and liquid weather themes began failing. I'm not sure if it happened coincident with me adding ldconfig_path to my rc.conf. I've read the man pages relating to ldconfig, but my head is spinning. How do I determine what my ldconfig_path should be? I've tried to use find and grep to search thru the ports tree, because I believe I've seen some ports that tell you to add a path to ldconfig_path, but I could be mistaken. I've tried reinstalling superkaramba and python, but it didn't fix it. Here's what appears on the console: Call to initWidget failed Traceback (most recent call last): File "/usr/home/superkaramba/kalendar/kalendar.py", line 30, in initWidget karamba.setMenuConfigOption(widget, "ac_locale", "0") TypeError: an integer is required Call to widgetUpdated failed Traceback (most recent call last): File "/usr/home/superkaramba/kalendar/kalendar.py", line 49, in widgetUpdated calendar.printTop(widget, 1) File "/usr/home/superkaramba/kalendar/ckalendar.py", line 56, in printTop karamba.changeText(widget, self.k_MonthCaption, self.monthString) AttributeError: cKalendar instance has no attribute 'k_MonthCaption'