emilia12 at mail.bg schrieb: > Hello, > > Is there a way to debug (trace) the python code line by line? > > emily > Hi emily! You can use The Python Debugger or pdb, see: http://www.python.org/doc/2.4.2/lib/module-pdb.html HTH, Wolfram