"Kern"-Problem if i start!

General support for problems installing or using Deluge
Post Reply
Misteroid
New User
New User
Posts: 4
Joined: Tue Feb 15, 2011 7:36 pm

"Kern"-Problem if i start!

Post by Misteroid »

Hello,

I running Deluge 1.3.1 but at the start i become the follow error:

Code: Select all

Traceback (most recent call last):
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0-py2.6.egg/deluge/ui/gtkui/gtkui.py", line 275, in _on_reactor_start
    client.start_classic_mode()
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0-py2.6.egg/deluge/ui/client.py", line 531, in start_classic_mode
    self._daemon_proxy = DaemonClassicProxy(self.__event_handlers)
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0-py2.6.egg/deluge/ui/client.py", line 408, in __init__
    self.__daemon = deluge.core.daemon.Daemon(classic=True)
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0-py2.6.egg/deluge/core/daemon.py", line 136, in __init__
    from deluge.core.core import Core
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0-py2.6.egg/deluge/core/core.py", line 36, in <module>
    from deluge._libtorrent import lt
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0-py2.6.egg/deluge/_libtorrent.py", line 60, in <module>
    check_version(lt)
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0-py2.6.egg/deluge/_libtorrent.py", line 53, in check_version
    raise ImportError("This version of Deluge requires libtorrent >=%s!" % REQUIRED_VERSION)
ImportError: This version of Deluge requires libtorrent >=0.14.5.0!

Can anybody help?!

Ubuntu 10.04



greetz Misteroid
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: "Kern"-Problem if i start!

Post by Cas »

First You need to remove the old Deluge that you installed from source:

Code: Select all

sudo rm -r /usr/lib/python2.6/dist-packages/deluge-1.2.*
Then if you follow this guide and use the PPA to get the latest version installed
http://dev.deluge-torrent.org/wiki/Inst ... nux/Ubuntu
Post Reply