PythonWin: logging module not showing messages from imported modules

jmdeschamps at gmail.com jmdeschamps at gmail.com
Fri Jan 6 13:17:58 EST 2006


rodrigostrauss at gmail.com wrote:
> 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

Do you *run* module1 before attempting to call X() from the interactive
window?




More information about the Python-list mailing list