Can't Start WebUI
Posted: Tue May 26, 2009 10:44 pm
Hello, I'm a total linux/deluge n00b. I installed jaunty server on an old pc and am trying to turn it into a headless server for torrents. I read good things about deluge so I installed it. I also installed the webui using apt-get. Deluge starts fine but when I try to start the webui I get the following error
I tried to update webui but it says I have the latest version. Any ideas?
Thanks
Code: Select all
jhpope@jserver:~$ deluge -u web
/var/lib/python-support/python2.6/deluge/ui/webui/lib/webpy022/utils.py:138: DeprecationWarning: the sets module is deprecated
from sets import Set
/var/lib/python-support/python2.6/deluge/ui/webui/utils.py:45: DeprecationWarning: the md5 module is deprecated; use hashlib instead
from md5 import md5
Thanks