I just compiled 1.3.0 in Slackware 13.1 32bit and when I run deluge-gtk at the terminal I get this:
/usr/lib/python2.6/site-packages/twisted/internet/_sslverify.py:4: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import itertools, md5
Do I need to update twisted to get rid of the Deprecation Warning?
Strange though I have python-twisted-8.1.0 and python-twisted-web-8.1.0 installed...
THANKS
Do I need To Update Twisted - Got A Deprecation Warning
Re: Do I need To Update Twisted - Got A Deprecation Warning
That's just a warning because twisted is using the old md5 module instead of the new hashlib module.
It doesn't mean that twisted is itself deprecated
You can safely ignore it.
It doesn't mean that twisted is itself deprecated

You can safely ignore it.