Is there any plugi for webui for 1.1.8
please some one provide the in egg format please ...
1.1.8 webui
Re: 1.1.8 webui
the web ui is an actual ui in 1.1.8, you don't need a plugin anymore: http://dev.deluge-torrent.org/wiki/Faq# ... interfaces
Re: 1.1.8 webui
Code: Select all
perl@linux-4oi9:~> deluge --ui console
/usr/lib/python2.6/site-packages/twisted/internet/_sslverify.py:4: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import itertools, md5
[ERROR ] 20:52:10 ui:142 No module named curses
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/deluge/ui/ui.py", line 131, in __init__
from deluge.ui.console.main import ConsoleUI
File "/usr/lib/python2.6/site-packages/deluge/ui/console/__init__.py", line 36, in <module>
from main import start
File "/usr/lib/python2.6/site-packages/deluge/ui/console/main.py", line 49, in <module>
from deluge.ui.console.eventlog import EventLog
File "/usr/lib/python2.6/site-packages/deluge/ui/console/eventlog.py", line 39, in <module>
import colors
File "/usr/lib/python2.6/site-packages/deluge/ui/console/colors.py", line 36, in <module>
import curses
ImportError: No module named curses
[ERROR ] 20:52:10 ui:143 There was an error whilst launching the request UI: console
[ERROR ] 20:52:10 ui:144 Look at the traceback above for more information.
perl@linux-4oi9:~>
this is the error what i am getting
Re: 1.1.8 webui
did you install from the ppa?
if so you also need to install deluge-console (and deluge-web for webui).
if so you also need to install deluge-console (and deluge-web for webui).
Re: 1.1.8 webui
whats ppa ?
i got the sourse code and installed all the lib files need and and installed it dude...
i have no idea what is a PPA is ?
i got the sourse code and installed all the lib files need and and installed it dude...
i have no idea what is a PPA is ?
Re: 1.1.8 webui
You need curses support in Python for the console.