Deluge 1.1.9 PPA build, libtorrent dependency

General support for problems installing or using Deluge
User avatar
elcamilo
Member
Member
Posts: 32
Joined: Mon Apr 27, 2009 9:54 am
Contact:

Re: Deluge 1.1.9 PPA build, libtorrent dependency

Post by elcamilo »

yes, I know, andar. But...the dude abides.
astoria

Re: Deluge 1.1.9 PPA build, libtorrent dependency

Post by astoria »

So does anyone have a solution? I have just 'upgraded' 64 bit Intrepid to Deluge 1.1.9 and now it does not work. Logfile has:

[ERROR ] 19:50:26 main:207 No module named libtorrent
Traceback (most recent call last):
File "/var/lib/python-support/python2.6/deluge/main.py", line 204, in start_daemon
Daemon(options, args)
File "/var/lib/python-support/python2.6/deluge/core/daemon.py", line 54, in __init__
from deluge.core.core import Core
File "/var/lib/python-support/python2.6/deluge/core/core.py", line 57, in <module>
import libtorrent as lt
ImportError: No module named libtorrent

Please help - as i cannot find any reference to solving this problem.
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Deluge 1.1.9 PPA build, libtorrent dependency

Post by andar »

astoria wrote:So does anyone have a solution? I have just 'upgraded' 64 bit Intrepid to Deluge 1.1.9 and now it does not work. Logfile has:

[ERROR ] 19:50:26 main:207 No module named libtorrent
Traceback (most recent call last):
File "/var/lib/python-support/python2.6/deluge/main.py", line 204, in start_daemon
Daemon(options, args)
File "/var/lib/python-support/python2.6/deluge/core/daemon.py", line 54, in __init__
from deluge.core.core import Core
File "/var/lib/python-support/python2.6/deluge/core/core.py", line 57, in <module>
import libtorrent as lt
ImportError: No module named libtorrent

Please help - as i cannot find any reference to solving this problem.
Install libtorrent.
astoria

Re: Deluge 1.1.9 PPA build, libtorrent dependency

Post by astoria »

ok - sounds like we're going round in circles and the 1.1.9 PPA build is obviously not complete. i've now given up with Deluge ... am trying kTorrent instead. Actually i think it's better at seeding as my ratio was being killed by Deluge as it seems reluctant to seed at any decent rate for any length of time.
User avatar
elcamilo
Member
Member
Posts: 32
Joined: Mon Apr 27, 2009 9:54 am
Contact:

Re: Deluge 1.1.9 PPA build, libtorrent dependency

Post by elcamilo »

astoria wrote:ok - sounds like we're going round in circles and the 1.1.9 PPA build is obviously not complete. i've now given up with Deluge ... am trying kTorrent instead. Actually i think it's better at seeding as my ratio was being killed by Deluge as it seems reluctant to seed at any decent rate for any length of time.
You're going round circle and, than, away. Deluge needs libtorrent and if you add this

Code: Select all

https://edge.launchpad.net/~deluge-team/+archive/ppa
repo to /etc/apt/sources.list and do

Code: Select all

sudo apt-get install deluge
it will be installed and Deluge works. If you only download pachages from there _without_ add repo, you need to download also libtorrent-rasterbar and python-libtorrent packages. PPA builds are complete; there's just a problem of dependencies if you've other libtorrent version installed, such as happened to Miro users.
Post Reply