after that i installed deluge using the PPA repo using the normal command. Upon starting deluge i got an error about the daemon
Code: Select all
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0_rc1_dev-py2.6.egg/deluge/ui/gtkui/gtkui.py", line 267, in _on_reactor_start
client.start_classic_mode()
File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0_rc1_dev-py2.6.egg/deluge/ui/client.py", line 538, in start_classic_mode
self._daemon_proxy = DaemonClassicProxy(self.__event_handlers)
File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0_rc1_dev-py2.6.egg/deluge/ui/client.py", line 408, in __init__
self.__daemon = deluge.core.daemon.Daemon(classic=True)
File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0_rc1_dev-py2.6.egg/deluge/core/daemon.py", line 134, in __init__
from deluge.core.core import Core
File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0_rc1_dev-py2.6.egg/deluge/core/core.py", line 36, in <module>
from deluge._libtorrent import lt
File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0_rc1_dev-py2.6.egg/deluge/_libtorrent.py", line 59, in <module>
import libtorrent as lt
ImportError: No module named libtorrent
sidenote: after i did that i tried going back to version 1.1.9 using the .deb packages on getdeb. The Deluge window popped up but no icons or anything and it was frozen.