Page 1 of 1

Deluge 0.5.2 will not start on LFS 6.0 system (Linux)

Posted: Sat Jul 14, 2007 6:01 pm
by snippetcreator
I build Deluge 0.5.2 succesfully, but it will not start on my (Linux From Scratch) Linux box.
I get the following error message:

(deluge:3418): libglade-WARNING **: unknown property `wrap_mode' for class `GtkLabel'

(deluge:3418): libglade-WARNING **: unknown property `wrap_mode' for class `GtkLabel'
Traceback (most recent call last):
File "/usr/bin/deluge", line 106, in ?
start_deluge()
File "/usr/bin/deluge", line 67, in start_deluge
interface = deluge.interface.DelugeGTK()
File "/usr/lib/python2.4/site-packages/deluge/interface.py", line 111, in __init__
self.apply_prefs()
File "/usr/lib/python2.4/site-packages/deluge/interface.py", line 739, in apply_prefs
self.build_tray_bwsetsubmenu()
File "/usr/lib/python2.4/site-packages/deluge/interface.py", line 201, in build_tray_bwsetsubmenu
self.tray_glade.get_widget("download_limit").set_submenu(self.submenu_bwdownset)
AttributeError: DelugeGTK instance has no attribute 'tray_glade'

I can't seem to find a tray_glade object in interface.py so it should be inherited from somewhere else "automagically".
Does anybody know what is wrong ?? TIA.

Re: Deluge 0.5.2 will not start on LFS 6.0 system (Linux)

Posted: Sat Jul 14, 2007 6:27 pm
by zachtib
What version of PyGTK do you have?

Re: Deluge 0.5.2 will not start on LFS 6.0 system (Linux)

Posted: Sat Jul 14, 2007 6:56 pm
by snippetcreator
It looks like I have PyGTK 2.10.3 with GTK 2.8.20.

Re: Deluge 0.5.2 will not start on LFS 6.0 system (Linux)

Posted: Sat Jul 14, 2007 11:24 pm
by snippetcreator
Ok I replaced PyGTK-2.10.3 with a PyGTK-2.8.x version and installed Deluge 0.5.0. Works like a charm ! :D