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
and everything was fine.make
make install
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:
Is it something wrong with libglade & Gtk, or python?(deluge:7332): libglade-WARNING **: unknown widget class 'GtkAssistant'
/usr/lib/python2.4/site-packages/deluge/wizard.py:51: Warning: gsignal.csignal `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.csignal `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.csignal `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'
Can somebody help?
Thanx in advance!
