Page 1 of 1

1.3.0_rc2 DeprecationWarning

Posted: Sat Aug 21, 2010 7:59 am
by DasFox
So I just compiled 1.3.0_rc2 on my Slackware box and when running 'deluge-gtk' I get this DeprecationWarning:

sar@slackware:~$ deluge-gtk
/usr/lib/python2.6/site-packages/twisted/internet/_sslverify.py:4: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import itertools, md5

So is this me, needing to update a package or something deprecated in Deluge that needs changing?


THANKS

Re: 1.3.0_rc2 DeprecationWarning

Posted: Sat Aug 21, 2010 2:00 pm
by johnnyg
Actually neither :P

It's something in Twisted (a python package that Deluge uses) that is deprecated and needs updating.

You can safely ignore that warning.