[Zope-CMF] Question about Events

seb bacon seb@jamkit.com
Tue, 10 Jul 2001 19:38:49 +0100


Here's how to decode the traceback...

* Ian Ford <iford@US.NET> [010710 18:50]:
> Error Type: NameError 
> Error Value: security

<snip>

>   File C:\Zope\lib\python\Products\CMFTimeCard\TimeCard.py, line 136, in
> __init__
>     (Object: DynamicType)
> NameError: (see above)

Python can't find an object referenced on line 136 of TimeCard.py, in
the method called __init__, which is named 'security' (e.g. it
doesn't exist)

seb