[python-win32] Getting traceback data from an embedded call of Python

Paul Weimer PWeimer@harlandfs.com
Mon, 19 Nov 2001 15:44:06 -0800


I have an embedded call to Python (this particular case uses
"PyImport_ImportModule()"). This is followed by PyErr_Occurred () and (when
an error occurs) PyErr_Fetch(&errobj, &errdata, &errtraceback). I know what
to do whith errobj and errdata but can't get anywhere with the traceback
data. Has anyone done anything with this?

Thanks
Paul