after the upgrade to 1.1.4 i was unable to start deluge - the gui does not load all i get is kind of an empty window. i think the gui is waiting for the daemon to start - but "deluge -d" gives me:
endeavor / # deluged -d
[ERROR ] 22:28:50 main:207 No module named libtorrent
Traceback (most recent call last):
File "//usr/lib/python2.5/site-packages/deluge/main.py", line 204, in start_daemon
Daemon(options, args)
File "/usr/lib/python2.5/site-packages/deluge/core/daemon.py", line 42, in __init__
from deluge.core.core import Core
File "//usr/lib/python2.5/site-packages/deluge/core/core.py", line 45, in <module>
import libtorrent as lt
ImportError: No module named libtorrent
how is that possible. i installed libtorrent wich was futile. is this some kind of python error?
thanks for your time.
Last edited by hasardeur on Fri Mar 20, 2009 1:51 am, edited 1 time in total.
libtorrent-rasterbar may be installed but the python bindings for it are not, which is why you are receiving this ImportError. May I ask which OS you are running this on?
this is a gentoo box. all dependencies should have been met during compile - i dont get this. i will try to reinstall python - maybe this will take care of the bindings as well...
i've recompiled everything i could think of - without success. an overall update included deluge (1.1.5) and now it's working again. i don't know why - doesn't really matter...