Python 2.6 breaking Deluge?

General support for problems installing or using Deluge
Post Reply
Starks
New User
New User
Posts: 4
Joined: Wed Dec 24, 2008 11:48 pm

Python 2.6 breaking Deluge?

Post by Starks »

I'm using 1.1.3 and the Python 2.6 updates just landed for Jaunty.

Code: Select all

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
DPic
Member
Member
Posts: 20
Joined: Wed Feb 20, 2008 1:21 am

Re: Python 2.6 breaking Deluge?

Post by DPic »

Starks wrote:I'm using 1.1.3 and the Python 2.6 updates just landed for Jaunty.

Code: Select all

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
Yeah, Deluge is broken for anyone with an up-to-date Jaunty install.

waiting on a PPA update =/
Post Reply