i tried to install deluge from source, my webinterface is working fine.
but.. the daemon doesnt start with this error(run with deluged -d -L debug)
Code: Select all
[INFO ] 23:15:41 daemon:124 Deluge daemon 1.3.6
[DEBUG ] 23:15:41 daemon:125 options: {'profile': False, 'loglevel': 'debug', 'quiet': False, 'ui_interface': None, 'listen_interface': None, 'logfile': None, 'config': None, 'port': None, 'pidfile': None, 'donot': True}
[DEBUG ] 23:15:41 daemon:126 args: []
[ERROR ] 23:15:41 main:237 dynamic module does not define init function (initlibtorrent)
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/deluge-1.3.6-py2.7-linux-x86_64.egg/deluge/main.py", line 230, in start_daemon
Daemon(options, args)
File "/usr/lib/python2.7/dist-packages/deluge-1.3.6-py2.7-linux-x86_64.egg/deluge/core/daemon.py", line 136, in __init__
from deluge.core.core import Core
File "/usr/lib/python2.7/dist-packages/deluge-1.3.6-py2.7-linux-x86_64.egg/deluge/core/core.py", line 36, in <module>
from deluge._libtorrent import lt
File "/usr/lib/python2.7/dist-packages/deluge-1.3.6-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)
python -c "from deluge._libtorrent import lt; print lt.version"
Code: Select all
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python2.7/dist-packages/deluge-1.3.6-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)
now for my system:
os: debian wheezy
python (python -V): Python 2.7.3
any ideas what i could try?
cheers
icki