I've taken the script detailed here http://dev.deluge-torrent.org/wiki/Deve ... 3/UIClient
but when I run the python script I get the following error
Code: Select all
Traceback (most recent call last):
File "./test.py", line 2, in <module>
from deluge.ui.client import client
File "/home/chemist/Documents/deluge.py", line 4, in <module>
from deluge.log import LOG as log
ImportError: No module named log
I'm running lubuntu 14.10, deluge 1.3.11 & python 2.7.8
any ideas what I'm missing?