My only input to this thread is that, as someone who has read and written a lot of Visual Basic and ASP code, debugging any code which does not have an "Option Explicit" at the top of the code is a ...
This comp.lang.python thread (and possibly others like it) is good background. Particularly of interest is one of Alex Martelli's posts, excerpts below: You're assuming there is an "implicit ...