hi
i seem to be getting this error in linux ubuntu 8.10, im unsure how to fix this so any help would be appreciated, ver1.20
i have tried to change it but it still comes back.
image below
i have tried it and seems the same but i now get this error
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/deluge-1.2.0-py2.5.egg/deluge/ui/gtkui/gtkui.py", line 275, in _on_reactor_start
client.start_classic_mode()
File "/usr/lib/python2.5/site-packages/deluge-1.2.0-py2.5.egg/deluge/ui/client.py", line 531, in start_classic_mode
self._daemon_proxy = DaemonClassicProxy(self.__event_handlers)
File "/usr/lib/python2.5/site-packages/deluge-1.2.0-py2.5.egg/deluge/ui/client.py", line 408, in __init__
self.__daemon = deluge.core.daemon.Daemon(classic=True)
File "/usr/lib/python2.5/site-packages/deluge-1.2.0-py2.5.egg/deluge/core/daemon.py", line 136, in __init__
from deluge.core.core import Core
File "/usr/lib/python2.5/site-packages/deluge-1.2.0-py2.5.egg/deluge/core/core.py", line 36, in <module>
from deluge._libtorrent import lt
File "/usr/lib/python2.5/site-packages/deluge-1.2.0-py2.5.egg/deluge/_libtorrent.py", line 59, in <module>
import libtorrent as lt
ImportError: No module named libtorrent
You need to check that you have both python-libtorrent and libtorrent-rasterbar5 installed.
The other option for you is to build from source 1.2.3 and lt 0.14.10. I tested this on Intrepid VM and these were the minimum packages needed for building but check the source build guide for the rest: http://dev.deluge-torrent.org/wiki/Installing/Source