[Zope] Re: [Zope-CMF] Major Error in code...... Help....
Dieter Maurer
dieter@handshake.de
Fri, 3 Aug 2001 22:21:57 +0200 (CEST)
> I am trying to create an application that
> will allow employees to enter their time cards via the CMF.
> ...
> Error Type: TypeError
> Error Value: unexpected keyword argument: Description
> ...
> context.edit(subject=subject
> , start=start
> , end=end
> , title=title
> , Description=desc
> , actual_time_worked=actual_time_worked
> ...
The edit method of your "context" does not have an argument
"Description", maybe a typo.
Dieter