Logging module: problem with some mapping keys

Peter Otten __peter__ at web.de
Thu Dec 14 11:18:27 EST 2006


Tekkaman wrote:

> Thanks for the hint, but it's not a symlink

What does logging._srcfile contain? Should be

>>> import logging
>>> logging._srcfile
'/usr/lib/python2.4/logging/__init__.py'

on your machine, but probably isn't.

Peter




More information about the Python-list mailing list