On Dec 12, 5:51 pm, Paul Rudin <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] writes:
> > I don't understand what I don't understand in the following:
>
> I haven't tried to understand what your code is doing - but the
> NameError arises because you try to use Loc before its definition. Put
> the definition first and the error should go away.

Class Loc must be placed ABOVE the code that uses it.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to