Page 1 of 1

[solved] deluged error

Posted: Thu Mar 12, 2009 9:33 pm
by hasardeur
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:

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
how is that possible. i installed libtorrent wich was futile. is this some kind of python error?

thanks for your time.

Re: deluged error

Posted: Fri Mar 13, 2009 1:33 pm
by damoxc
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?

Re: deluged error

Posted: Sat Mar 14, 2009 3:30 pm
by hasardeur
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...

Re: deluged error

Posted: Fri Mar 20, 2009 1:51 am
by hasardeur
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... :)