FS#6764 - Bittorrent doesn't work with wxgtk 2.8
Attached to Project:
Arch Linux
Opened by Maximo Pech Jaramillo (makz) - Saturday, 31 March 2007, 01:50 GMT
Last edited by Aaron Griffin (phrakture) - Thursday, 18 December 2008, 21:43 GMT
Opened by Maximo Pech Jaramillo (makz) - Saturday, 31 March 2007, 01:50 GMT
Last edited by Aaron Griffin (phrakture) - Thursday, 18 December 2008, 21:43 GMT
|
Details
/usr/lib/python2.5/site-packages/BitTorrent/GUI_wx/__init__.py
looks for wxpython 2.6, if it isn't found bittorrent doesn't
run.
If the line 31 of that file is changed to wxversion.select('2.8') bittorrent starts to load but then throws this message: /usr/lib/python2.5/site-packages/BitTorrent/GUI_wx/__init__.py:31: DeprecationWarning: The wxPython compatibility package is no longer automatically generated or activly maintained. Please switch to the wx package as soon as possible. import wxPython Segmentation fault and dies. |
This task depends upon
Closed by Aaron Griffin (phrakture)
Thursday, 18 December 2008, 21:43 GMT
Reason for closing: Duplicate
Additional comments about closing: Closed in favor of FS#6758
Thursday, 18 December 2008, 21:43 GMT
Reason for closing: Duplicate
Additional comments about closing: Closed in favor of
wxGTk-compat (2.6) - provides "gtk-ansi" "gtk2-ansi" "gtk2-unicode(default)" wxGtk versions:
Conflicts with official "wxgtk-gtk1"
http://200.58.112.220/~dari/wxgtk-compat-2.6.3.2-1-i686.pkg.tar.gz
wxPython-compat (2.6) uses "gtk2-unicode" wxGtk:
http://200.58.112.220/~dari/wxpython-compat-2.6.3.3-1-i686.pkg.tar.gz
I test bittorrent with them. You can use this pkgs with official wxgtk2.8 and wxpython2.8 packages.
I will upload my pkgs to AUR later.
http://200.58.112.220/~dari/wxgtk-compat-2.6.3.2-2-i686.pkg.tar.gz
AUR Packages:
http://aur.archlinux.org/packages.php?K=darzephyr&SeB=m
http://200.58.112.220/~dari/wxgtk-compat-2.6.4-2-i686.pkg.tar.gz
[benoitc@marduk ~]$ 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
http://aur.archlinux.org/packages.php?do_Details=1&ID=10570
This bug report has not been updated since almost a year.
Is the problem still valid with the actual version of the involved packages ?
There are now many very good alternative to bittorent for various DE, such Deluge, Transmission and KTorrent.
Has bittorent still his place in extra ? Couldn't it be moved to community or even unsupported and let the community handle this library version situation where Archlinux has nothing much to do ?
Can any body give a quick status about it ?
Thank you very much !
::{michael@notebook (11:39:05) - ~ }::
[pts/2]--> 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
And here's what I have installed...
[root@notebook ~]# pacman -Q | grep wx
wxgtk 2.8.7-1
wxgtk-2.6 2.6.4-2
wxpython 2.8.7.1-1
wxsvg 1.0b10-1
FS#6758