Skip to content
Prev 70600 / 398525 Next

get the bug context

Luke wrote:
No, but ...

Have you tried traceback() to see which function is the culprit?

You can also set options(error = recover) to look at the objects at the 
time the error occured. Maybe you see which object is already defined 
and can derive the point of the error that way.

Uwe Ligges