deluged on hardy broken

General support for problems installing or using Deluge
Post Reply
yupotem
New User
New User
Posts: 7
Joined: Wed Feb 06, 2008 8:33 pm

deluged on hardy broken

Post by yupotem »

I have all the latest files from the ppa for hardy installed on my server but I am getting a libtorrent error
[INFO ] 13:31:06 daemon:129 Deluge daemon 1.2.0
[DEBUG ] 13:31:06 daemon:130 options: {'profile': False, 'loglevel': 'debug', 'quiet': False, 'ui$
[DEBUG ] 13:31:06 daemon:131 args: []
[ERROR ] 13:31:06 main:216 This version of Deluge requires libtorrent >=0.14.5.0!
Traceback (most recent call last):
File "/var/lib/python-support/python2.5/deluge/main.py", line 209, in start_daemon
Daemon(options, args)
File "/var/lib/python-support/python2.5/deluge/core/daemon.py", line 136, in __init__
from deluge.core.core import Core
File "/var/lib/python-support/python2.5/deluge/core/core.py", line 36, in <module>
from deluge._libtorrent import lt
File "/var/lib/python-support/python2.5/deluge/_libtorrent.py", line 60, in <module>
check_version(lt)
File "/var/lib/python-support/python2.5/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!
I have libtorrent-rasterbar5_0.14.10-1~hardy-ppa1_i386.deb and python-libtorrent_0.14.10-1~hardy-ppa1_i386.deb installed.
Post Reply