On Tuesday 19 December 2006 17:15, Jonas Jarutis wrote: > I get this error the i try to enter grant screen from ZMI: > Does anyone know what is the problem?
No, I cannot reproduce this problem. You might have to tell us more about your authentication utility setup. > Traceback (most recent call last): > > Module zope.app.form.browser.source, line 198, in __call__ > value = self._value() > Module zope.app.form.browser.source, line 163, in _value > if token is not None:UnboundLocalError: local variable 'token' > referenced before assignment I have checked the code, and yes it is possible that token could not be defined, so this is sort of a bug. However, I do not understand how this case could happen in this particular situation. Regards, Stephan -- Stephan Richter CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training _______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
