(EMBEDDING) Can't get python error message

anonymisiert85 at mymail.ch anonymisiert85 at mymail.ch
Thu Jul 5 07:47:57 EDT 2007


I run this string to produce a error "x+1"

PyRun_SimpleStringFlags() return -1, so that i know this is a script
with error inside...

but now - how can i get error message?

i tested some py-functions - but this functions do not work... i
called this functions direct after PyRun_SimpleStringFlags

PyErr_Occurred() return always 0
PyErr_Fetch() with 3 pointers... all values are always Null
PyErr_Print() do nothing

strange...

but after my programm end... here comes a error message (from StdErr i
think)

Traceback (most recent call last):
  File "<string>", line 1, in <module>
NameError: name 'x' is not defined




More information about the Python-list mailing list