[Zope] Can not add photofolder programmatically

Robert Rottermann robert@redcor.ch
Tue, 4 Sep 2001 17:41:28 +0200


Hi there,

I am trying to add a photofolder by help of a script.

context.manage_addProduct['ZipFolder']..... works
as does
context.manage_addProduct['Photo']
where
context.manage_addProduct['PhotoFolder ']...
does not.
I get an error 
Error Type: AttributeError
Error Value: PhotoFolder

How comes?

thanks for your typs

Robert