Go to Google Groups Home    comp.lang.python
Embedding interactive interpreter

Ryan K <ryankas...@gmail.com>

Hi. I am trying to embed an interactive interpreter in a C++
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?

Thanks,
Ryan