[SOLVED] webui not working
Posted: Tue Mar 23, 2010 12:57 am
I am running deluge 1.2.0 on ubuntu 9.10 kernel 2.6.31-17-generic. I had 1.1.9 running fine and the webui was working however I upgraded and now I cannot connect to the webui anymore.
I try to run the command below and get this log
I had a script working under 1.1.9. is this script needed any longer?
can someone please advise how to get this working??
I try to run the command below and get this log
Code: Select all
xbmc@xbmc-desktop:~$ sudo deluged
xbmc@xbmc-desktop:~$ sudo deluge-web
Traceback (most recent call last):
File "/usr/bin/deluge-web", line 8, in <module>
load_entry_point('deluge==1.2.0', 'console_scripts', 'deluge-web')()
File "/usr/lib/pymodules/python2.6/deluge/ui/web/web.py", line 115, in start
web.start()
File "/usr/lib/pymodules/python2.6/deluge/ui/web/web.py", line 101, in start
import server
File "/usr/lib/pymodules/python2.6/deluge/ui/web/server.py", line 58, in <module>
from deluge.ui.web.auth import Auth
File "/usr/lib/pymodules/python2.6/deluge/ui/web/auth.py", line 61, in <module>
from deluge.ui.web.json_api import JSONComponent, export
File "/usr/lib/pymodules/python2.6/deluge/ui/web/json_api.py", line 54, in <module>
from deluge.ui.web.common import _
File "/usr/lib/pymodules/python2.6/deluge/ui/web/common.py", line 37, in <module>
from mako.template import Template as MakoTemplate
ImportError: No module named mako.template
xbmc@xbmc-desktop:~$
can someone please advise how to get this working??