Hi all! I'm new to python and I'm embedding into a Win32 service application. So far I couldn't redirect the output from Python's 'print' command to a file. The CRT freopen seems not work. Also, when I call PyErr_Print() has the same behavior. Any suggestions? Thanks