Hi, I have python for .NET embedded in my application and I'm trying to catch any sys.stderr output. If I run the script with the sys.stderr handler from the python commandline it works. If I run the script from the parent application it doesn't run my stderr handler. It seems to bypass it.
Both my sys.stdout handler and sys.exitfunc work both from the commandline and the application. It's only sys.stderr that doesn't. What am I missing? Guy _________________________________________________ Python.NET mailing list - PythonDotNet@python.org http://mail.python.org/mailman/listinfo/pythondotnet