Page 1 of 1

[SOLVED] network error i think

Posted: Sat Apr 17, 2010 2:47 pm
by sb4100
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
Image

thanks

Re: network error i think

Posted: Sat Apr 17, 2010 4:33 pm
by Cas
have you tried enabling classic mode in preferences?

Re: network error i think

Posted: Sat Apr 17, 2010 5:17 pm
by sb4100
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

thanks

Re: network error i think

Posted: Sat Apr 17, 2010 6:17 pm
by Cas
well that means you have not installed libtorrent (rasterbar)

Re: network error i think

Posted: Sun Apr 18, 2010 7:44 am
by sb4100
ok i installed it i think, but its still the same error
thanks again

Re: network error i think

Posted: Sun Apr 18, 2010 5:19 pm
by Cas
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

Code: Select all

sudo apt-get install build-essential python-twisted libboost-python1.35.0 python-setuptools python-xdg python-chardet python-simplejson libssl-dev libboost1.35-dev

Re: network error i think

Posted: Mon Apr 19, 2010 9:07 am
by sb4100
many thanks m8, i think that may have sorted the problem, i reinstalled everything and it seems to have gone. thanks

edit
i have just installed the webui aswell but whats the password to login?

thanks

Re: network error i think

Posted: Mon Apr 19, 2010 9:12 am
by johnnyg
sb4100 wrote:i have just installed the webui aswell but whats the password to login?
http://dev.deluge-torrent.org/wiki/Faq# ... ltpassword

Re: network error i think

Posted: Mon Apr 19, 2010 11:12 am
by sb4100
many thanks m8,
thanks for all your help guys. :D