Opened 15 years ago
Closed 15 years ago
#951 closed bug (Invalid)
Deluge don't starts
Reported by: | Igor | Owned by: | andar |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | 1.1.8 |
Keywords: | libtorrent | Cc: |
Description
After the upgrade to 1.1.8 Deluge won't starts anymore. Follow the log:
igorgomes@guarana ~/./deluge> cat deluged.log [ERROR ] 00:00:57 main:207 No module named libtorrent Traceback (most recent call last):
File "/var/lib/python-support/python2.6/deluge/main.py", line 204, in start_daemon
Daemon(options, args)
File "/var/lib/python-support/python2.6/deluge/core/daemon.py", line 54, in init
from deluge.core.core import Core
File "/var/lib/python-support/python2.6/deluge/core/core.py", line 57, in <module>
import libtorrent as lt
ImportError: No module named libtorrent
You need to install libtorrent.