[solved] deluged error
Posted: Thu Mar 12, 2009 9:33 pm
hi everybody.
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:
how is that possible. i installed libtorrent wich was futile. is this some kind of python error?
thanks for your time.
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:
Code: Select all
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
thanks for your time.