lots of python deprecated message

General support for problems installing or using Deluge
Post Reply
abubin
Seeder
Seeder
Posts: 217
Joined: Thu Sep 13, 2007 6:03 am

lots of python deprecated message

Post by abubin »

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?
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: lots of python deprecated message

Post by johnnyg »

just ignore them: they're just warnings and are not actually affecting deluge.
abubin
Seeder
Seeder
Posts: 217
Joined: Thu Sep 13, 2007 6:03 am

Re: lots of python deprecated message

Post by abubin »

hmm..seems to be harmless warning messages but my deluge just crashed. Don't know why it crashed. Going to monitor more closely to see what is the problem.
abubin
Seeder
Seeder
Posts: 217
Joined: Thu Sep 13, 2007 6:03 am

Re: lots of python deprecated message

Post by abubin »

Deluge crashed again. I left it running overnight and the next day when I check the daemon already stopped. Leaving the webui running but if I run the daemon again, the webui won't connect. I have to kill the webui and start both service again.

Now, it is running again but don't know how long before it crash again. Something must be wrong. It was pretty stable when I was running deluge 1.1.9 on fedora 10 with a P4 3.0GHz proc.

I am running it in debug now. Let's hope the debug will be able to show the error when it happens again.
Post Reply