how: embed + extend to control my running app?

David M. Cotter me at davecotter.com
Wed Jul 24 13:40:03 EDT 2013


i don't use stdout in my own code, my code goes to my own log file.  i want the output from any python code to go to my existing log file, so log statements from my app and any python code are intermingled in that one file.

my updated code is here, which now bridges my python print function to my C function:
http://karaoke.kjams.com/wiki/Python

but it seems that my custom "s_printFunc" is never called ?



More information about the Python-list mailing list