Both of them give me this error:
Code: Select all
[lasse@localhost ~]$ deluged -d
[ERROR ] 12:03:04 main:237 dynamic module does not define init function (initlibtorrent)
Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/deluge-1.3.12-py2.7-linux-x86_64.egg/deluge/main.py", line 230, in start_daemon
Daemon(options, args)
File "/usr/lib64/python2.7/site-packages/deluge-1.3.12-py2.7-linux-x86_64.egg/deluge/core/daemon.py", line 136, in __init__
from deluge.core.core import Core
File "/usr/lib64/python2.7/site-packages/deluge-1.3.12-py2.7-linux-x86_64.egg/deluge/core/core.py", line 36, in <module>
from deluge._libtorrent import lt
File "/usr/lib64/python2.7/site-packages/deluge-1.3.12-py2.7-linux-x86_64.egg/deluge/_libtorrent.py", line 59, in <module>
import libtorrent as lt
ImportError: dynamic module does not define init function (initlibtorrent)
Code: Select all
[lasse@localhost ~]$ python -c "import libtorrent; print libtorrent.version"
1.0.6.0
[lasse@localhost ~]$ locate /usr/lib*/libtorrent*
/usr/lib64/libtorrent-rasterbar.so
/usr/lib64/libtorrent-rasterbar.so.8
/usr/lib64/libtorrent-rasterbar.so.8.0.0
Also I don't understand why python says the version is 1.0.6.0 when I in fact built libtorrent-rasterbar-1.0.7. Did the author forget to update the version number or is it intentional?
Anyway.. What could be causing this error? So far I have seen only one person having the same error, namely this topic: http://forum.deluge-torrent.org/viewtop ... =7&t=27075 but it is not his inital problem but instead seems to occur after he fixes several other bugs/mistakes.
Thanks in advance and please let me know if you need more info
ninjalf2