WebUI not starting
Posted: Mon Apr 25, 2011 12:09 am
I just installed Deluge on my headless server, and i wanted to start the WebUI, but when i try to execute it gives the following error:
It seems to me that the webui was not installed (or atleast not properly), but i have no idea how to solve that.
Deluge version: 1.2.0 (just saw this is not the newest, but it's the one your ubuntu repo gave me)
Ubuntu version: 8.04
I can't find my libtorrent version, but i just did apt-get upgrade so i guess it should be the latest (so 0.15.0 ?).
Code: Select all
deluge -u web
Code: Select all
[ERROR ] 01:59:25 ui:146 No module named web.web
Traceback (most recent call last):
File "/var/lib/python-support/python2.5/deluge/ui/ui.py", line 131, in __init__
from deluge.ui.web.web import WebUI
ImportError: No module named web.web
[ERROR ] 01:59:25 ui:147 There was an error whilst launching the request UI: web
[ERROR ] 01:59:25 ui:148 Look at the traceback above for more information.
Deluge version: 1.2.0 (just saw this is not the newest, but it's the one your ubuntu repo gave me)
Ubuntu version: 8.04
I can't find my libtorrent version, but i just did apt-get upgrade so i guess it should be the latest (so 0.15.0 ?).