Opened 15 years ago

Closed 14 years ago

#828 closed bug (Invalid)

Deluge GUI broken by Python 2.6?

Reported by: LLStarks Owned by: andar
Priority: major Milestone:
Component: GTK UI Version: 1.1.2
Keywords: Cc: crashsystems@…

Description

I get the following message when attempting to launch Deluge.

eric@kingfisher:~$ deluge /var/lib/python-support/python2.6/deluge/ui/common.py:27: DeprecationWarning?: the sha module is deprecated; use the hashlib module instead

from sha import sha

1.1.3 /var/lib/python-support/python2.6/deluge/ui/gtkui/mainwindow.py:51: GtkWarning?: gtk_toolbar_set_icon_size: assertion `icon_size != GTK_ICON_SIZE_INVALID' failed

"glade/main_window.glade"))

Killed

Change History (4)

comment:1 Changed 15 years ago by crashsystems

  • Cc crashsystems@… added

I too am getting this exact same problem in Ubuntu Jaunty. The version of Deluge in the default repos will not install at all. When I add the Deluge PPA, Deluge installs, but I get the same errors that LLStarks is getting.

comment:2 Changed 15 years ago by qbe

Same error here. Archlinux 2009.02 - Deluge 1.1.2 and 1.1.7

comment:3 Changed 15 years ago by andar

Those are simply warnings.. If you are having troubles starting deluge, first check to see if the daemon process can start:

deluged -d -L debug

comment:4 Changed 14 years ago by andar

  • Resolution set to invalid
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.