Debian 4.0 etch crashes while starting

General support for problems installing or using Deluge
Post Reply
mpourmpouli8ras

Debian 4.0 etch crashes while starting

Post by mpourmpouli8ras »

Hello!

I tried installing deluge on etch using the .deb packages, which failed to install due to conditions not being met
(libboost-date1.34.1 is required while apt-get update and install tell me that libboost-date-1.33.1 is latest?)

Anyhoo, i got the source then
make
make install
and everything was fine.
found the binary, and tried running it from gnome's application toolbar but nothing happened.
went on a terminal, and typed deluge, and here is what it outputs before it hangs:
(deluge:7332): libglade-WARNING **: unknown widget class 'GtkAssistant'
/usr/lib/python2.4/site-packages/deluge/wizard.py:51: Warning: gsignal.c:1617: signal `close' is invalid for instance `0x8313048'
self.wtree.signal_autoconnect({'apply_prefs': self.apply_prefs,
/usr/lib/python2.4/site-packages/deluge/wizard.py:51: Warning: gsignal.c:1617: signal `apply' is invalid for instance `0x8313048'
self.wtree.signal_autoconnect({'apply_prefs': self.apply_prefs,
/usr/lib/python2.4/site-packages/deluge/wizard.py:51: Warning: gsignal.c:1617: signal `cancel' is invalid for instance `0x8313048'
self.wtree.signal_autoconnect({'apply_prefs': self.apply_prefs,
Traceback (most recent call last):
File "/usr/bin/deluge", line 143, in ?
deluge.wizard.WizardGTK()
File "/usr/lib/python2.4/site-packages/deluge/wizard.py", line 58, in __init__ self.window.set_icon(deluge.common.get_logo(18))
AttributeError: 'gtk.Label' object has no attribute 'set_icon'
Is it something wrong with libglade & Gtk, or python?
Can somebody help?

Thanx in advance! :)
oshiri
Member
Member
Posts: 40
Joined: Thu Nov 29, 2007 10:34 am

Re: Debian 4.0 etch crashes while starting

Post by oshiri »

You cannot simply use deluge package from sid or lenny with etch.
Packages from etch is too old and don't have all the widget required by deluge.
The error you paste is well known.

Please refer to this post to overcome the problem:
http://forum.deluge-torrent.org/viewtop ... f=7&t=3375
mpourmpouli8ras

Re: Debian 4.0 etch crashes while starting

Post by mpourmpouli8ras »

wops, sorry did a search but didnt find it/see it
thanx for the link :)
Post Reply