I have a Python script that is using some closed-box Python functions (i.e. I can\'t edit these functions) provided by my employer. When I call these functions, they are pri
Just use Linux/Unix:
./myscript.py 2>/dev/null # gets rid of stderr ./myscript.py 2>/somewhere/myerror.log