I embed Python in a 3rd party application. I need to use their conventions for errors.
Looking here... http://docs.python.org/extending/embedding.html#pure-embedding ...the example uses PyErr_Print() but that goes to stdout or stderr or something. I need to put the error somewhere else. How can I get at the traceback text? Thanks, ~Eric
-- http://mail.python.org/mailman/listinfo/python-list