Re: Debugging of Python code in embedded interpreter

2005-11-30 Thread Scott David Daniels
Thomas Korimort wrote: > 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. Google for "python traceback", there s

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