PythonWin 207: How to change caret color?

2006-06-26 Thread rodrigostrauss
I already changed some colors hacking registry (prompt color is among them), but I was not able to change the caret color. I've changed the backgroud color to black, now I need to change the caret color from black to something else. I don't mind if the solution includes sending messages to

PythonWin: logging module not showing messages from imported modules

2006-01-06 Thread rodrigostrauss
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