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

General support for problems installing or using Deluge
Post Reply
snippetcreator
New User
New User
Posts: 3
Joined: Sat Jul 14, 2007 5:52 pm

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

Post 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.
User avatar
zachtib
Leecher
Leecher
Posts: 97
Joined: Thu May 24, 2007 3:26 pm
Location: Louisville, KY
Contact:

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

Post by zachtib »

What version of PyGTK do you have?
Former Deluge Developer
snippetcreator
New User
New User
Posts: 3
Joined: Sat Jul 14, 2007 5:52 pm

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

Post by snippetcreator »

It looks like I have PyGTK 2.10.3 with GTK 2.8.20.
snippetcreator
New User
New User
Posts: 3
Joined: Sat Jul 14, 2007 5:52 pm

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

Post 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
Post Reply