
Version shown in my Synaptic:

What's the problem!?

Code: Select all
[INFO ] 03:09:01 daemon:129 Deluge daemon 1.2.1
[ERROR ] 03:09:01 main:216 This version of Deluge requires libtorrent >=0.14.5.0!
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/deluge/main.py", line 209, in start_daemon
Daemon(options, args)
File "/usr/lib/pymodules/python2.6/deluge/core/daemon.py", line 136, in __init__
from deluge.core.core import Core
File "/usr/lib/pymodules/python2.6/deluge/core/core.py", line 36, in <module>
from deluge._libtorrent import lt
File "/usr/lib/pymodules/python2.6/deluge/_libtorrent.py", line 60, in <module>
check_version(lt)
File "/usr/lib/pymodules/python2.6/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 am patient, but they shouldn't update the libtorrent version but not the deluge version because that it causes error like I say in previous post.Cas wrote:thats because the PPA release is not actually built yet, be patient.
This is not a valid excuse.Cas wrote:The PPA build farms have a queue system so it is bound to happen that some items will be out of step. The PPA site actually tells you the wait time plus you should wait for "Successfully built" on all items before installing.
Code: Select all
print "VER:",VersionSplit(lt.version)
Code: Select all
VER: <deluge.common.VersionSplit object at 0xa3677ec>
This is not a bug. Why have you got an older version of deluge and trying to run with 3 different versions of libtorrent installed?zzzarko wrote:I have Ubuntu 9.10, Deluge 1.2.0, python-libtorrent 0.14.10, libtorrent-rasterbar4 0.14.4, libtorrent-rasterbar5 0.15.0, an up-to-date system and I still get the same error.