On Wed, Jul 18, 2012 at 3:00 AM, Nicolas Azevedo <[email protected]> wrote:
> I'm following this
> tutorial(http://plone.org/products/ploneformgen/documentation/tutorial/advanced-sql-crud-with-ploneformgen/tutorial-all-pages)
> to learn how to use this product, but when I create the python script
> "py_insert_data" happens a syntax error "invalid syntax (Script (Python),
> line 17)."
I just looked at the page for a second, and I noticed there's a
missing colon at the end of this line:
for key in data['keywords']
It should be:
for key in data['keywords']:
Read the scripts carefully, and try them out step by step to make sure
you follow what they're doing.
--
jean . .. .... //\\\oo///\\
_______________________________________________
Product-Developers mailing list
[email protected]
https://lists.plone.org/mailman/listinfo/plone-product-developers