1.1.8 webui

General support for problems installing or using Deluge
Post Reply
ForThat
New User
New User
Posts: 3
Joined: Sun Jun 07, 2009 3:28 pm

1.1.8 webui

Post by ForThat »

Is there any plugi for webui for 1.1.8

please some one provide the in egg format please ...
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: 1.1.8 webui

Post by johnnyg »

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
ForThat
New User
New User
Posts: 3
Joined: Sun Jun 07, 2009 3:28 pm

Re: 1.1.8 webui

Post by ForThat »

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
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: 1.1.8 webui

Post by johnnyg »

did you install from the ppa?
if so you also need to install deluge-console (and deluge-web for webui).
ForThat
New User
New User
Posts: 3
Joined: Sun Jun 07, 2009 3:28 pm

Re: 1.1.8 webui

Post by ForThat »

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 ?
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: 1.1.8 webui

Post by andar »

You need curses support in Python for the console.
Post Reply