On Dec 12, 2007, at 11:26 AM, [EMAIL PROTECTED] wrote: > I don't understand what I don't understand in the following:
You also don't understand how to ask for help properly. Your example is too large, for one. You want a "minimal working example" (http:// ironfroggy-code.blogspot.com/2007/02/minimal-working-examples-how-to- why-and.html) where working means it works to demonstrate the problem you are having. You need to actually show us what is breaking, which means the traceback that gives you the NameError. As for the problem itself, I am not going to look through all that code or run it myself. That is why you want minimal examples and to include the errors for us to read. But, if you don't know, a NameError means you tried to use a variable before assigning to it, so look for that. It could also be as simple as misspelling something. -- http://mail.python.org/mailman/listinfo/python-list