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
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
I tried to update webui but it says I have the latest version. Any ideas?