Open luchete80 opened 1 month ago
From FreeCAD Base::Interpreter().replaceStdOutput();
PyGILStateLocker locker; PythonStdOutput* out = new PythonStdOutput(); PySys_SetObject("stdout", out); PySys_SetObject("stderr", out);
FIRST THING (python terminal) is done!
python console output is added in f7daf70