Failed Deluge Daemon start

General support for problems installing or using Deluge
Post Reply
aealvarez3
New User
New User
Posts: 2
Joined: Mon Jun 30, 2014 5:24 pm

Failed Deluge Daemon start

Post by aealvarez3 »

After running:
$ python setup.py build
$ sudo python setup.py install
Everything installs fine and i get no error messages. After install finished i tried starting the daemon by running the command 'deluged' and i get the following error message.

Traceback (most recent call last):
File "/usr/bin/deluged", line 9, in <module>
load_entry_point('deluge==1.3.6', 'console_scripts', 'deluged')()
File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 299, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 2229, in load_entry_point
return ep.load()
File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 1948, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
File "/usr/lib/python2.6/site-packages/deluge-1.3.6-py2.6.egg/deluge/main.py", line 49, in <module>
import deluge.common
File "/usr/lib/python2.6/site-packages/deluge-1.3.6-py2.6.egg/deluge/common.py", line 44, in <module>
import chardet
ImportError: No module named chardet

I have no idea what went wrong. Any help would be greatly appreciated.
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Failed Deluge Daemon start

Post by Cas »

There is a clear error message in that last line.
aealvarez3
New User
New User
Posts: 2
Joined: Mon Jun 30, 2014 5:24 pm

Re: Failed Deluge Daemon start

Post by aealvarez3 »

I was able to fix the previous error but now come across a new one.

[root@TorrentA /]# deluged
[root@TorrentA /]# [ERROR ] 16:42:24 main:237 No module named libtorrent
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/deluge-1.3.6-py2.6.egg/deluge/main.py", line 230, in start_daemon
Daemon(options, args)
File "/usr/lib/python2.6/site-packages/deluge-1.3.6-py2.6.egg/deluge/core/daemon.py", line 136, in __init__
from deluge.core.core import Core
File "/usr/lib/python2.6/site-packages/deluge-1.3.6-py2.6.egg/deluge/core/core.py", line 36, in <module>
from deluge._libtorrent import lt
File "/usr/lib/python2.6/site-packages/deluge-1.3.6-py2.6.egg/deluge/_libtorrent.py", line 59, in <module>
import libtorrent as lt
ImportError: No module named libtorrent


I have installed libtorrent. I see that it says 'import libtorrent as lt' but am not sure where or how to do this.
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Failed Deluge Daemon start

Post by Cas »

You have clearly not installed the dependencies as specified on the building from source page: http://dev.deluge-torrent.org/wiki/Inst ... pendencies
Post Reply