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