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
self.wtree.signal_autoconnect({'apply_prefs': self.apply_prefs,
/usr/lib/python2.4/site-packages/deluge/wizard.py:47: Warning: gsignal.c
self.wtree.signal_autoconnect({'apply_prefs': self.apply_prefs,
/usr/lib/python2.4/site-packages/deluge/wizard.py:47: Warning: gsignal.c
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