deluge dind't start anyway

General support for problems installing or using Deluge
Post Reply
pacman401
New User
New User
Posts: 5
Joined: Sun Sep 28, 2008 6:32 am

deluge dind't start anyway

Post by pacman401 »

Hi all !
I have problem with Deluge
I have installed the newest versin via apt-build

Code: Select all

http://wklej.to/QZZ6
here is a log from installation , it seems to be everything ok
here is prof i have newest version if u not beliving me

Code: Select all

hav0ck@MK-1:~$ sudo apt-cache show deluge
Package: deluge
Source: deluge
Priority: optional
Section: net
Installed-Size: 1644
Maintainer: Cristian Greco <cristian.debian@gmail.com>
Architecture: all
Version: 1.1.3+dfsg-1~intrepid3
Replaces: deluge-torrent (<< 1.0.7.dfsg-1)
Provides: deluge-torrent
Depends: python (>= 2.5), python-support (>= 0.7.1), deluge-common (= 1.1.3+dfsg-1~intrepid3), python-glade2, python-notify, notification-daemon, librsvg2-common, python-dbus, dbus-x11
Conflicts: deluge-torrent (<< 1.0.7.dfsg-1)
Filename: pool/main/d/deluge/deluge_1.1.3+dfsg-1~intrepid3_all.deb
(...)
and this is how i try to launch client

Code: Select all

hav0ck@MK-1:~$ deluge -u console
[ERROR   ] 08:42:58 ui:65 Unable to find the requested UI: console.  Please select a different UI with the '-u' option or alternatively use the '-s' option to select a different default UI.
Traceback (most recent call last):
  File "/usr/bin/deluge", line 8, in <module>
    load_entry_point('deluge==1.1.3', 'console_scripts', 'deluge')()
  File "/var/lib/python-support/python2.5/deluge/main.py", line 120, in start_ui
    UI(options, args, options.args)
  File "/var/lib/python-support/python2.5/deluge/ui/ui.py", line 66, in __init__
    sys.exit(0)
NameError: global name 'sys' is not defined

Code: Select all

hav0ck@MK-1:~$ deluge -u web
[ERROR   ] 08:43:23 ui:65 Unable to find the requested UI: web.  Please select a different UI with the '-u' option or alternatively use the '-s' option to select a different default UI.
Traceback (most recent call last):
  File "/usr/bin/deluge", line 8, in <module>
    load_entry_point('deluge==1.1.3', 'console_scripts', 'deluge')()
  File "/var/lib/python-support/python2.5/deluge/main.py", line 120, in start_ui
    UI(options, args, options.args)
  File "/var/lib/python-support/python2.5/deluge/ui/ui.py", line 66, in __init__
    sys.exit(0)
NameError: global name 'sys' is not defined

Code: Select all

hav0ck@MK-1:~$ deluge -u gtk
1.1.3
hav0ck@MK-1:~$
in last case a u can see there is no error , not window wew showed up , only versin in cosole
tell me wtf is going on i ma tired using outdated 5.0.x versin working on my ubnutu(8.10)
what a mirracle must happen to launch that client ?
ziwerliz

Re: deluge dind't start anyway

Post by ziwerliz »

try installing SVN stable version? worked fo me.
here is the link to how to http://dev.deluge-torrent.org/wiki/Faq# ... tall1.1SVN
pacman401
New User
New User
Posts: 5
Joined: Sun Sep 28, 2008 6:32 am

Re: deluge dind't start anyway

Post by pacman401 »

ok i do as u recommended , i installed dluge form SVN stable version using guide in link
instalation has been complited succesyful bla bla bla everything loks fine
i mas starting dlege form console
it's displaying version in console "1.1.3"
and nothing happens no window , no crash , no exit
so i checked ps -aux
and proces consumes a lot CPU resources
here screen
Image

what should i do now ?
pacman401
New User
New User
Posts: 5
Joined: Sun Sep 28, 2008 6:32 am

Re: deluge dind't start anyway

Post by pacman401 »

and after update its still showing error

Code: Select all

[ERROR   ] 14:58:29 config:284 Error backing up old config..
[ERROR   ] 14:58:29 ui:72 No module named gtkui.gtkui
Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/deluge/ui/ui.py", line 53, in __init__
    from deluge.ui.gtkui.gtkui import GtkUI
ImportError: No module named gtkui.gtkui
[ERROR   ] 14:58:29 ui:73 There was an error whilst launching the request UI: gtk
[ERROR   ] 14:58:29 ui:74 Look at the traceback above for more information.
pacman401
New User
New User
Posts: 5
Joined: Sun Sep 28, 2008 6:32 am

Re: deluge dind't start anyway

Post by pacman401 »

I have no idea how to make this work :|
I have read on what packages depends dluge , deluge-common, deluge-core i used for that apt-cache show
I have erased all these dependencies packages i used for that dpkg --force-all -P bla bla bla dependencies
I have purged all deluge packages deluge*
I have removed sudo rm -fr /usr/lib/python2.5/site-packages/deluge*
I have removed all config in ~/.config/deluge

I have installed apt-get install deluge all dependencies has been installed
I have started deluge

Code: Select all

[ERROR   ] 15:40:49 config:284 Error backing up old config..
1.1.4

none window has appear , but my pcu has focus % 87.1 on "/usr/bin/python /usr/bin/deluge" process
every time u are releasing new "stable" version u have to scre** something so please, don't call that **** peace of code stable version, please don't use us as a testers
so get yourself into one peace, correct that fu** errors, release these version as test, and then release these as stable or don't write code if u can made it
Post Reply