When evaluating the version comparison of libtorrent version 0.14.10.0 with the required one by deluge 0.14.9.0, the string comparison evaluates to false for: 0.14.10.0 >= 0.14.9.0 This leads to a risen Error at _libtorrent.py:53 The attached patch fixes it by comparing the integer converted subpart...