From owner-freebsd-questions@FreeBSD.ORG Fri Nov 7 10:53:25 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A65116A4CE for ; Fri, 7 Nov 2003 10:53:25 -0800 (PST) Received: from out7.mx.nwbl.wi.voyager.net (out7.mx.nwbl.wi.voyager.net [169.207.3.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id C783843FA3 for ; Fri, 7 Nov 2003 10:53:24 -0800 (PST) (envelope-from raiden@shell.core.com) Received: from shell.core.com (shell.core.com [169.207.1.89]) by out7.mx.nwbl.wi.voyager.net (Postfix) with ESMTP id 446559360D for ; Fri, 7 Nov 2003 12:53:24 -0600 (CST) Received: from localhost (raiden@localhost) by shell.core.com (8.12.10/8.11.6/1.3) with ESMTP id hA7IrO0t017697 for ; Fri, 7 Nov 2003 12:53:24 -0600 (CST) Date: Fri, 7 Nov 2003 12:53:23 -0600 (CST) From: Steven Lake X-X-Sender: raiden@shell.core.com To: questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Problems with bittorrent X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2003 18:53:25 -0000 Hi all. Ok, just port upgraded last night and got a nasty surprise today. When trying to load any torrent file using the bit torrent gui script (/usr/local/bin/btdownloadgui.py) I get the following error: Traceback (most recent call last): File "/usr/local/bin/btdownloadgui.py", line 13, in ? from wxPython.wx import * File "/usr/local/lib/python2.3/site-packages/wxPython/__init__.py", line 20, in ? import wxc ImportError: Shared object "libwx_gtk.so" not found In short it can't find "libwx_gtk.so" on my system. I searched for it as well but it's nowhere to be found. How do I go about fixing this? What do I need to reinstall to replace that file, or if it's not a file what do I need to do to replace the link if that's what it is. Many thanks on any help that can be provided. Thanks!!