hanez Posted December 22, 2004 Share Posted December 22, 2004 (edited) Hi I get some wacky errors everytime I try to run bittorrent or bittornado. I have installed and uninstalled them a few times, I have installed and uninstalled Python and wxpython through urpmi as well. I keep get wxpython errors... *Using BitTornado* [root@localhost hanes]# btdownloadgui.py MAME.ROMS.torrent wxPython is either not installed or has not been installed properly. Traceback (most recent call last): File "/usr/bin/btdownloadgui.py", line 23, in ? sys.exit(1) NameError: name 'sys' is not defined *Using Bittorrent* Traceback (most recent call last): File "/usr/bin/btdownloadgui.py", line 13, in ? from wxPython.wx import * File "/usr/lib/python2.3/site-packages/wxPython/__init__.py", line 10, in ? import _wx File "/usr/lib/python2.3/site-packages/wxPython/_wx.py", line 3, in ? from _core import * File "/usr/lib/python2.3/site-packages/wxPython/_core.py", line 15, in ? import wx._core File "/usr/lib/python2.3/site-packages/wx/__init__.py", line 42, in ? from wx._core import * File "/usr/lib/python2.3/site-packages/wx/_core.py", line 4, in ? import _core_ ImportError: /usr/lib/wxPython/lib/libwx_gtk2u_core-2.5.so.2: undefined symbol: gdk_display_get_default_cursor_size Anyone know how to fix this? Thanks in advance Edited December 22, 2004 by hanez Link to comment Share on other sites More sharing options...
Guest rider343 Posted December 22, 2004 Share Posted December 22, 2004 Install azureus :) Link to comment Share on other sites More sharing options...
papaschtroumpf Posted December 23, 2004 Share Posted December 23, 2004 Install azureus :) <{POST_SNAPBACK}> LOL I think I had a similar problem with an older version of bittorrent. Find a recent mdk specific rpm and use it using urpmi, if it needs to update python in the process it should tell you. Or at least make sure your copy of python is up to date. Azureus is nice, but you can't start/monitor it remotely like you can with the command line utility (combine it with "screen"). The full mame ROM set is a biggy, at least the first time you get it :P Link to comment Share on other sites More sharing options...
devries Posted December 23, 2004 Share Posted December 23, 2004 Bittornado is in 'contrib'. (look in the FAQs for urpmi). Just do urpmi bittornado. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now