id summary reporter owner description type status priority milestone component version resolution keywords cc 1199 deluge 1.2.2 considers 0.14.9 > 0.14.10 simonbcn "I have built deluge 1.2.2 and libtorrent-0.14.10 from source.[[BR]] But when I execute deluged, it shows this error and it doesn't start: {{{ [ERROR ] 16:21:31 main:216 This version of Deluge requires libtorrent >=0.14.9.0! Traceback (most recent call last): File ""/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/main.py"", line 209, in start_daemon Daemon(options, args) File ""/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-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.1-py2.6.egg/deluge/core/core.py"", line 36, in from deluge._libtorrent import lt File ""/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/_libtorrent.py"", line 60, in check_version(lt) File ""/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/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.9.0! }}} " bug closed blocker 2.x Core 1.2.1 Fixed