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!! > _______________________________________________ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"