When using some Python interpreters, e.g. IPython QtConsole, log output from
Cantera is missing.
To fix this, we need to redirect output printed with writelog() to Python's
sys.stdout instead of std::cout. This can be done the same way as was done in
the old Python module, e.g. see src/python/pylogger.h and the init_cantera
function in src/python/pycantera.cpp.
Original issue reported on code.google.com by yarmond on 20 Nov 2013 at 4:25
Original issue reported on code.google.com by
yarmond
on 20 Nov 2013 at 4:25