[Python-Dev] No handlers could be found for logger "cookielib"

Brett C. bac at OCF.Berkeley.EDU
Thu Aug 5 04:19:17 CEST 2004


Tim Peters wrote:

> I first saw this last night, when running the -all tests on WinXP, CVS HEAD:
> 
> ...
> test_univnewlines
> test_unpack
> test_urllib
> test_urllib2
> No handlers could be found for logger "cookielib"   HERE
> test_urllibnet
> ...
> 
> It didn't act the same way in isolation.  Anyone have a clue?  The
> test still passes, it just spits out that unhelpful logger output --
> sometimes.

See the thread at 
http://mail.python.org/pipermail/python-dev/2004-July/046396.html for an 
explanation of the message.  Basically means no default handler is 
specified.

-Brett


More information about the Python-Dev mailing list