Page 1 of 1

"Kern"-Problem if i start!

Posted: Thu Feb 17, 2011 11:59 am
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

Re: "Kern"-Problem if i start!

Posted: Thu Feb 17, 2011 5:28 pm
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