| |
comp.lang.python |
Hi. I am trying to embed an interactive interpreter in a C++ Thanks,
application. I need to capture the output of int
PyRun_InteractiveOne(FILE *fp, const char *filename). Is redirecting
sys.stdout and sys.stderr after initializing the interpreter the best
way to do this?
Ryan