Custom Query (2449 matches)
Results (415 - 417 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1198 | Invalid | Error at import libtorrent | ||
| Description |
I have built deluge 1.2.2 and libtorrent-0.14.10 from source. ./configure --disable-debug --enable-python-binding But deluge can't import libtorrent: [ERROR ] main:216 libtorrent-rasterbar.so.5: can not open shared object file: No such file or directory
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 59, in <module>
import libtorrent as lt
ImportError: libtorrent-rasterbar.so.5: can not open shared object file: No such file or directory
But they exist in /usr/local/lib/: -rw-r--r-- 1 root root libtorrent-rasterbar.a -rwxr-xr-x 1 root root libtorrent-rasterbar.la lrwxrwxrwx 1 root root libtorrent-rasterbar.so -> libtorrent-rasterbar.so.5.0.0 lrwxrwxrwx 1 root root libtorrent-rasterbar.so.5 -> libtorrent-rasterbar.so.5.0.0 -rwxr-xr-x 1 root root libtorrent-rasterbar.so.5.0.0 And in /usr/local/lib/python2.6/dist-packages/: -rwxr-xr-x 1 root staff /usr/local/lib/python2.6/dist-packages/libtorrent.so -rw-r--r-- 1 root staff /usr/local/lib/python2.6/dist-packages/python_libtorrent-0.14.10-py2.6.egg-info What's the problem? |
|||
| #1199 | Fixed | deluge 1.2.2 considers 0.14.9 > 0.14.10 | ||
| Description |
I have built deluge 1.2.2 and libtorrent-0.14.10 from source. [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!
|
|||
| #1201 | Duplicate | Deprecation warning, use get_session_status() | ||
| Description |
I'm using Deluge 1.2.2.3-karmic-ppa1 and Ubuntu 9.10. Some warnings were displayed by deluged -d mediacenter@mediacenter-pc:~$ deluged -d
/usr/lib/pymodules/python2.6/deluge/core/core.py:496: DeprecationWarning: Use get_session_status().
warnings.warn("Use get_session_status().", DeprecationWarning)
/usr/lib/pymodules/python2.6/deluge/core/core.py:611: DeprecationWarning: Use get_session_status().
warnings.warn("Use get_session_status().", DeprecationWarning)
^Cmediacenter@mediacenter-pc:~$ deluged
mediacenter@mediacenter-pc:~$ /usr/lib/pymodules/python2.6/deluge/core/core.py:496: DeprecationWarning: Use get_session_status().
warnings.warn("Use get_session_status().", DeprecationWarning)
/usr/lib/pymodules/python2.6/deluge/core/core.py:611: DeprecationWarning: Use get_session_status().
warnings.warn("Use get_session_status().", DeprecationWarning)
|
|||
Note:
See TracQuery
for help on using queries.
