[Zope] Deleting a file in Python

Andreas Jung lists at zopyx.com
Tue Aug 28 09:49:04 EDT 2007



--On 28. August 2007 09:36:18 -0400 zozer at cercy.net wrote:

>>> I've tried not assigning it to a variable, all kinds of minor syntax
> changes, but nothing I do works, it gives the same error:
> Error Type: AttributeError
> Error Value: manage_getProperty
>
>

You're doing trial-and-error programming. Instead of inventing names:
better look at the documentation (even it is somewhat old).
"The Zope Book 2.7 edition" (Google!) tells you in the "Advanced Scripting" 
chapter about properties and how to use them (hint: getProperty()).

-aj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 186 bytes
Desc: not available
Url : http://mail.zope.org/pipermail/zope/attachments/20070828/f4bad7c6/attachment.bin


More information about the Zope mailing list