0.5.4: Start error

General support for problems installing or using Deluge
Post Reply
venay

0.5.4: Start error

Post by venay »

Hi ;-)
i have problem ;/

Code: Select all

no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
Scanning plugin dir /usr/share/deluge/plugins
Initialising plugin EventLogging
Initialising plugin TorrentPeers
Initialising plugin TorrentSearch
Initialising plugin NetworkHealth
Initialising plugin DesiredRatio
Initialising plugin Locations
Initialising plugin NetworkGraph
Initialising plugin TorrentPieces
Initialising plugin TorrentNotification
Initialising plugin TorrentCreator
Initialising plugin SimpleRSS
Initialising plugin TorrentFiles
Initialising plugin SpeedLimiter
Initialising plugin BlocklistImport

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

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

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

(deluge:4643): libglade-WARNING **: could not look up stock id 'gtk-select-all'
Traceback (most recent call last):
  File "/usr/bin/deluge", line 140, in ?
    start_deluge()
  File "/usr/bin/deluge", line 127, in start_deluge
    interface = deluge.interface.DelugeGTK()
  File "/usr/lib/python2.4/site-packages/deluge/interface.py", line 107, in __init__
    self.apply_prefs()
  File "/usr/lib/python2.4/site-packages/deluge/interface.py", line 725, in apply_prefs
    self.build_tray_bwsetsubmenu()
  File "/usr/lib/python2.4/site-packages/deluge/interface.py", line 257, in build_tray_bwsetsubmenu
    self.tray_glade.get_widget("download_limit").set_submenu(self.submenu_bwdownset)
AttributeError: DelugeGTK instance has no attribute 'tray_glade'
Thanks for help
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: 0.5.4: Start error

Post by markybob »

venay wrote:Hi ;-)
i have problem ;/

Code: Select all

no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
Scanning plugin dir /usr/share/deluge/plugins
Initialising plugin EventLogging
Initialising plugin TorrentPeers
Initialising plugin TorrentSearch
Initialising plugin NetworkHealth
Initialising plugin DesiredRatio
Initialising plugin Locations
Initialising plugin NetworkGraph
Initialising plugin TorrentPieces
Initialising plugin TorrentNotification
Initialising plugin TorrentCreator
Initialising plugin SimpleRSS
Initialising plugin TorrentFiles
Initialising plugin SpeedLimiter
Initialising plugin BlocklistImport

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

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

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

(deluge:4643): libglade-WARNING **: could not look up stock id 'gtk-select-all'
Traceback (most recent call last):
  File "/usr/bin/deluge", line 140, in ?
    start_deluge()
  File "/usr/bin/deluge", line 127, in start_deluge
    interface = deluge.interface.DelugeGTK()
  File "/usr/lib/python2.4/site-packages/deluge/interface.py", line 107, in __init__
    self.apply_prefs()
  File "/usr/lib/python2.4/site-packages/deluge/interface.py", line 725, in apply_prefs
    self.build_tray_bwsetsubmenu()
  File "/usr/lib/python2.4/site-packages/deluge/interface.py", line 257, in build_tray_bwsetsubmenu
    self.tray_glade.get_widget("download_limit").set_submenu(self.submenu_bwdownset)
AttributeError: DelugeGTK instance has no attribute 'tray_glade'
Thanks for help
you probably dont have python-gtk2 >=2.9
which distro? which python-gtk2 version?
venay

Re: 0.5.4: Start error

Post by venay »

fact ;-) I have debian etch.
Thanks
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: 0.5.4: Start error

Post by markybob »

venay wrote:fact ;-) I have debian etch.
Thanks
debian testing has it, if you wanna upgrade to that...or you can backport it to etch. or ask in #debian irc channel if anyone has a backport for it.
StN
Member
Member
Posts: 10
Joined: Wed Aug 15, 2007 2:25 pm

Re: 0.5.4: Start error - Debian Etch Release of deluge-torrent

Post by StN »

If anyone has such a backport or actually running version of deluge-torrent for debian stable, a copy would be very much appreciated. :(
Cheers, Stephan

---edit4:
Okay, I just made a dist-upgrade to lenny (didn' t hurt) = problem solved by "ultimate solution" :geek:




---edit:
How I love Ubuntu......

Well, for Ubuntu there is a backport available which runs on Debian Etch, too.
It´ s only deluge-torrent version 0.4.0-2, though.

http://packages.ubuntu.com/edgy-backpor ... ge-torrent
find the necessary stable libboost*-files here: http://ftp.debian.org/debian/pool/main/b/boost/

---edit2

There are probably newer versions running on etch available by compiling from source, according to that discussion: http://ubuntuforums.org/archive/index.php/t-371834.html

But you probably know all of this, according to this forums heritage from ubuntuforums. ;)

---edit3

It even got better! 0.5.0-2
http://backports.org/debian/pool/main/d/deluge-torrent/
see: http://backports.org/debian/dists/etch- ... ce/Sources

I guess 0.5 is the last offical version working with pygtk2.8
Post Reply