lots of python deprecated message
Posted: Fri Aug 14, 2009 9:12 pm
I just compiled and installed deluge 1.1.9 on my new Intel Atom 1.6 pc. Running Fedora 11.
Everything seems to compile fine and deluge running. But this message about some commands being deprecated by python keeps popping up. Anyway to solve this issue?
/usr/lib/python2.6/site-packages/deluge-1.1.9-py2.6-linux-i686.egg/deluge/ui/webui/lib/webpy022/utils.py:138: DeprecationWarning: the sets module is deprecated
from sets import Set
/usr/lib/python2.6/site-packages/deluge-1.1.9-py2.6-linux-i686.egg/deluge/ui/webui/utils.py:45: DeprecationWarning: the md5 module is deprecated; use hashlib instead
from md5 import md5
/usr/lib/python2.6/site-packages/deluge-1.1.9-py2.6-linux-i686.egg/deluge/ui/webui/debugerror.py:333: DeprecationWarning: Baseexception.message has been deprecated as of Python 2.6
exception_message = exception_value.message
I saw someone also posting about this problem but solved by compiling the SVN version with the new webui. Anyway to solve it without compiling the SVN?
Everything seems to compile fine and deluge running. But this message about some commands being deprecated by python keeps popping up. Anyway to solve this issue?
/usr/lib/python2.6/site-packages/deluge-1.1.9-py2.6-linux-i686.egg/deluge/ui/webui/lib/webpy022/utils.py:138: DeprecationWarning: the sets module is deprecated
from sets import Set
/usr/lib/python2.6/site-packages/deluge-1.1.9-py2.6-linux-i686.egg/deluge/ui/webui/utils.py:45: DeprecationWarning: the md5 module is deprecated; use hashlib instead
from md5 import md5
/usr/lib/python2.6/site-packages/deluge-1.1.9-py2.6-linux-i686.egg/deluge/ui/webui/debugerror.py:333: DeprecationWarning: Baseexception.message has been deprecated as of Python 2.6
exception_message = exception_value.message
I saw someone also posting about this problem but solved by compiling the SVN version with the new webui. Anyway to solve it without compiling the SVN?