From owner-freebsd-questions@FreeBSD.ORG Fri Nov 7 11:58:54 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 5A61C16A4CE for ; Fri, 7 Nov 2003 11:58:54 -0800 (PST) Received: from mail.vonostingroup.com (ip209-154.digitalrealm.net [216.144.209.154]) by mx1.FreeBSD.org (Postfix) with SMTP id 35D6B43FE5 for ; Fri, 7 Nov 2003 11:58:53 -0800 (PST) (envelope-from laszlof@vonostingroup.com) Received: (qmail 50108 invoked by uid 89); 7 Nov 2003 20:01:22 -0000 Received: from unknown (HELO pcp01193849pcs.waldlk01.mi.comcast.net) (laszlof@68.62.82.158) by ip209-154.digitalrealm.net with SMTP; 7 Nov 2003 20:01:22 -0000 From: Frank Laszlo To: Steven Lake In-Reply-To: References: Content-Type: text/plain Organization: Message-Id: <1068235143.1532.8.camel@star.vonostingroup.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.3 Date: 07 Nov 2003 14:59:03 -0500 Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: 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 19:58:54 -0000 Oh, if it is installed.. it might only be installed as ${PREFIX}/lib/libwx_gtk-2.2.so so you may need to link it to the proper name. ln -s /usr/local/lib/libwx_gtk-2.2.so /usr/local/lib/libwx_gtk.so -Frank Laszlo On Fri, 2003-11-07 at 13:53, Steven Lake wrote: > 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!! > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"