Can`t run Deluge 1.20 on Ubuntu

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

Can`t run Deluge 1.20 on Ubuntu

Post by Misteroid »

Hey,

I`d compile it and installed, but i can`t work with it, because on start i`ll ask that i want to kill the the Classic-mode due a problem:

This is the 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 59, in <module>
    import libtorrent as lt
ImportError: No module named libtorrent

If i click to kill the classic-mode, i can`t make something except create a new torrent.

Who can help?!

If i install it from the "Software-Center", it`s all okay, but i need an older version!


greetz Misteroid
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Can`t run Deluge 1.20 on Ubuntu

Post by andar »

You need to install libtorrent.
Post Reply