Hello - Running the "New application Wizard (requires internet access)"
from version 2.3.2 and choosing the Plugin Option: "attachments" will
output code which contains an error in the auto-generated*
plugin_attachments.py
*module. The error is on line 5 shown below:
Field('file','upload',requires=IS_NOT_EMPTY(),autodelete=True),
The error basically says you cannot have a field named *file* because it is
a reserved word. I changed the field name to *filename *and no longer get
the error message - I have not pursed this any further, and so I don't know
if this will cause any other side-effects. Thanks for supporting a great
program!
-Rob
--