Cant start Deluge

General support for problems installing or using Deluge
Post Reply
sparky

Cant start Deluge

Post by sparky »

Hi,

I have just built deluge on my Ubuntu 6.06 system but cannot seem to start it.

I get the following:

mark@mark-ubuntu:/$ deluge
no existing Deluge session

(deluge:9030): libglade-WARNING **: unknown widget class 'GtkAssistant'
/usr/lib/python2.4/site-packages/deluge/wizard.py:47: Warning: gsignal.c:1615: signal `close' is invalid for instance `0x832a018'
self.wtree.signal_autoconnect({'apply_prefs': self.apply_prefs,
/usr/lib/python2.4/site-packages/deluge/wizard.py:47: Warning: gsignal.c:1615: signal `apply' is invalid for instance `0x832a018'
self.wtree.signal_autoconnect({'apply_prefs': self.apply_prefs,
/usr/lib/python2.4/site-packages/deluge/wizard.py:47: Warning: gsignal.c:1615: signal `cancel' is invalid for instance `0x832a018'
self.wtree.signal_autoconnect({'apply_prefs': self.apply_prefs,
Traceback (most recent call last):
File "/usr/bin/deluge", line 119, in ?
deluge.wizard.WizardGTK()
File "/usr/lib/python2.4/site-packages/deluge/wizard.py", line 55, in __init__
self.window.set_page_header_image(self.wtree.get_widget('label1'), \
AttributeError: 'gtk.Label' object has no attribute 'set_page_header_image'
mark@mark-ubuntu:/$

I did have some problems building it but read the FAQ here and loaded some packages and think it went ok. I then Installed and now have folder called deluge under /usr/share.

This is my first linux build so excuse me if I am being dim!

Thanks
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Cant start Deluge

Post by markybob »

deluge cant run on ubuntu 6.06. it's too old. sorry.
tdmitriy

Re: Cant start Deluge

Post by tdmitriy »

I have exactly the same problem. But I try to run deluge on Debian Etch amd64.
StN
Member
Member
Posts: 10
Joined: Wed Aug 15, 2007 2:25 pm

Re: Cant start Deluge

Post by StN »

you need to dist-upgrade to debian lenny. because deluge depends on a new version of gtk yet not in stable debian.
there is not much sense in this dependency, but without upgrading deluge will not work. See my other posts.
tdmitriy

Re: Cant start Deluge

Post by tdmitriy »

Well, that helped. Deluge started and works fine. Thank you.
Post Reply