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