Fatal Python error: Py_EndInterpreter: thread still has a frame

2006-02-02 Thread Thomas Korimort
ked for being NULL. Does anyone know, when this pointer is not NULL at the time where Py_EndInterpreter() is called? Greetings, Thomas Korimort. -- http://mail.python.org/mailman/listinfo/python-list

Debugging of Python code in embedded interpreter

2005-11-30 Thread Thomas Korimort
Hi! I have embedded a Python interpreter into a C++ framework. When running some Python code in the interpreter, how can i get a traceback with line number file..., when an exception occurs? Greetings, Thomas Korimort. -- http://mail.python.org/mailman/listinfo/python-list

Debugging functionality for embedded Python

2005-11-30 Thread Thomas Korimort
it. Does anyone know any literature/references regarding this topic? What i would need would be tracebacks of errors with info on line numbers, files and so on. Greets, Thomas Korimort. -- http://mail.python.org/mailman/listinfo/python-list

how to visualize symbol table?

2005-01-12 Thread Thomas Korimort
Hi, how can i visualize the content of the symbol table in Python? Sometimes i want to know which symbols are imported from apackage and such kind of things Greetings, THomas Korimort -- http://mail.python.org/mailman/listinfo/python-list