#1199: deluge 1.2.2 considers 0.14.9 > 0.14.10
----------------------+-----------------------------------------------------
Reporter: simonbcn | Owner:
Type: bug | Status: new
Priority: blocker | Milestone: 1.4.0
Component: core | Version: 1.2.1
Keywords: |
----------------------+-----------------------------------------------------
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 <module>
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
<module>
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!
}}}
--
Ticket URL: <http://dev.deluge-torrent.info/ticket/1199>
Deluge <http://deluge-torrent.org/>
Deluge project
--
You received this message because you are subscribed to the Google Groups
"Deluge Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/deluge-dev?hl=en.