[Webapp-config-users] DeprecationWarning: the md5 module is deprecated...
Brought to you by:
rl03
From: Tanstaafl <tan...@li...> - 2010-04-29 11:40:40
|
On 2010-04-20 8:42 AM, Bob Tongue wrote: >> Ok, I tried it just as a test, then uninstalled it. Both seemed to >> work fine, but I got the following warning each time: >> >> /usr/lib64/python2.6/site-packages/WebappConfig/content.py:27: >> DeprecationWarning: the md5 module is deprecated; use hashlib instead >> import md5, re, os, os.path >> * Remove whatever is listed above by hand >> >> So, do I simply remove md5 from that line, or do I *replace* it with >> hashlib? > It worked fine. That deprecation warning is just that, a warning. > When is the last time you did a emerge -uaD world? I'm all up to date now, and still getting that deprecation warning when I install or uninstall anything with webapp-config... revdep-rebuild -p also says I'm good... any other ideas how to fix this warning? By the way - many, many thanks for helping me finally clean up my webapps... I actually kind of like webapp-config, now that I know how to use it. As an accidental bonus, I also finally figured out how to do virtual ssl hosting with a single wildcard cert on a single IP (got sidetracked when looking at my apache config and stumbled across the solution while googling)... :) -- Charles |