Page 2 of 2

Re: Deluge 1.1.9 PPA build, libtorrent dependency

Posted: Thu Jul 02, 2009 5:05 pm
by elcamilo
yes, I know, andar. But...the dude abides.

Re: Deluge 1.1.9 PPA build, libtorrent dependency

Posted: Fri Jul 03, 2009 12:07 am
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.

Re: Deluge 1.1.9 PPA build, libtorrent dependency

Posted: Fri Jul 03, 2009 2:47 am
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.

Re: Deluge 1.1.9 PPA build, libtorrent dependency

Posted: Fri Jul 03, 2009 5:25 am
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.

Re: Deluge 1.1.9 PPA build, libtorrent dependency

Posted: Wed Jul 08, 2009 1:24 pm
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.