FS#6758 - problem when launching bittorrent
Attached to Project:
Arch Linux
Opened by Morgan LEFIEUX (Comete) - Friday, 30 March 2007, 10:06 GMT
Last edited by Allan McRae (Allan) - Saturday, 31 January 2009, 09:35 GMT
Opened by Morgan LEFIEUX (Comete) - Friday, 30 March 2007, 10:06 GMT
Last edited by Allan McRae (Allan) - Saturday, 31 January 2009, 09:35 GMT
|
Details
Hi,
this is what i get when i try to launch bittorrent: -=>> bittorrent [11:45] >>> unable to setrlimit not allowed to raise maximum limit Traceback (most recent call last): File "/usr/bin/bittorrent", line 183, in <module> from BitTorrent.GUI_wx.DownloadManager import MainLoop File "/usr/lib/python2.5/site-packages/BitTorrent/GUI_wx/__init__.py", line 29, in <module> import wx ImportError: No module named wx Unhandled exception in thread started by Error in sys.excepthook: Original exception was: Thanks ! |
This task depends upon
Closed by Allan McRae (Allan)
Saturday, 31 January 2009, 09:35 GMT
Reason for closing: Upstream
Additional comments about closing: GUI no longer in package.
Saturday, 31 January 2009, 09:35 GMT
Reason for closing: Upstream
Additional comments about closing: GUI no longer in package.
[ambs@eremita bits]$ bittorrent
>>> unable to setrlimit not allowed to raise maximum limit
Traceback (most recent call last):
File "/usr/bin/bittorrent", line 183, in <module>
from BitTorrent.GUI_wx.DownloadManager import MainLoop
File "/usr/lib/python2.5/site-packages/BitTorrent/GUI_wx/__init__.py", line 29, in <module>
import wx
ImportError: No module named wx
Optional dependencies:
wxpython - for graphical frontend "bittorrent"
please read pacman output carefully ;-)
Just pacman -S wxpython
Just because we forgot to say we have it installed doesn't mean we do not.
[ambs@eremita bits]$ pacman -Q wxpython wxpython 2.8.0.1-1
Hm, then I guess you should see this: http://bugs.archlinux.org/task/6764 (I show that BR after closed this).
Please confirm that BR so I can close this as duplicate.
$ bittorrent --save_in .
>>> unable to setrlimit not allowed to raise maximum limit
Traceback (most recent call last):
File "/usr/bin/bittorrent", line 183, in <module>
from BitTorrent.GUI_wx.DownloadManager import MainLoop
File "/usr/lib/python2.5/site-packages/BitTorrent/GUI_wx/__init__.py", line 29, in <module>
import wx
ImportError: No module named wx
$ pacman -Qi bittorrent ~
Name : bittorrent
Version : 5.0.6-2
...
Build Date : Fri 02 Mar 2007 10:36:16 CET
Install Date : Fri 28 Dec 2007 15:30:38 CET
wxpython 2.8.7.1-1, wxgtk-2.6 2.6.4-2 and wxgtk 2.8.7-1 are installed
But then bittorrent-curses and bittorrent-console just work as pepected (if you provide a torent file of course)
Looks like it's just a wx related error. Shouldn't be really all that hard to fix, if I had to guess.
FS#6764for other comments (closed in favor of this one - they were very similar)>>> wxversion.select("2.8")
>>> import wx
>>>
>>> import wxversion
>>> wxversion.select("2.6")
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.6/site-packages/wxversion.py", line 152, in select
raise VersionError("Requested version of wxPython not found")
wxversion.VersionError: Requested version of wxPython not found
>>> import wx
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named wx
Looks like that's the culprit. Someone please test and confirm