PythonWin: logging module not showing messages from imported modules
rodrigostrauss at gmail.com
rodrigostrauss at gmail.com
Fri Jan 6 07:31:26 EST 2006
Having the following code:
==== Module1.py ====
import logging
def X():
logging.error('test')
If I import it into PythonWin console and call X(), the error message
is not printed. If I do the same in Python console the message is
printed. Do I need to configure the logging module or it's a problem
with PythonWin?
If I call logging.error() in the PythonWin console it works like a
charm. The problem is just regarding imported modules.
Rodrigo Strauss
More information about the Python-list
mailing list