[solved] deluged error

General support for problems installing or using Deluge
Post Reply
hasardeur
Member
Member
Posts: 17
Joined: Wed Mar 05, 2008 9:00 am

[solved] deluged error

Post 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.
Last edited by hasardeur on Fri Mar 20, 2009 1:51 am, edited 1 time in total.
damoxc
Top Bloke
Top Bloke
Posts: 117
Joined: Sat Jul 19, 2008 7:26 pm
Location: Hampshire, UK
Contact:

Re: deluged error

Post 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?
hasardeur
Member
Member
Posts: 17
Joined: Wed Mar 05, 2008 9:00 am

Re: deluged error

Post 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...
hasardeur
Member
Member
Posts: 17
Joined: Wed Mar 05, 2008 9:00 am

Re: deluged error

Post 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... :)
Post Reply