In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote: > I am extending python with C and trying to debug with printf. The code > below succssfully returns the string "hello" when compiled and called, > but the "can print from in here phrase" does not reach python stdout. > Is there something screwy with my environment or is there some trick to > this that I don't know. Any help would be greatly appreciated!
Have a look at PySys_WriteStdout(). Just -- http://mail.python.org/mailman/listinfo/python-list