Я читать этот учебник appy.pod и я создаю список Словаря более или менее что-то вроде этого:ошибки в цикле с для «питона открытого документа»
params['reports'] = [{'date': foo.date, 'name': foo.name} for foo in something]
и в LibreOffice - писатель, я иметь записку с этим
do text for foo in reports
и когда я код Выполнение выражений я получаю эту ошибку
Syntax error while parsing a note whose content is "[]". In a note, you may specify at most 2 lines: a pod statement and a "from" clause. A Pod statement has the form: do {element} [{command} {expression}]. {element} identifies the part of the document that will be impacted by the command. It must be one of ('text', 'title', 'section', 'table', 'row', 'cell'). Optional {command} can be "if" (conditional inclusion of the element) or "for" (multiple inclusion of the element). For an "if" command, {expression} is any Python expression. For a "for" command, {expression} must be of the form: {name} in {expression}. {name} must be a Python variable name. It is the name of the iteration variable. {expression} is a Python expression that, when evaluated, produces a Python sequence (tuple, string, list, etc). A "from" clause has the form: from {expression}, where {expression} is a Python expression that, when evaluated, produces a valid chunk of odt content that will be inserted instead of the element that is the target of the note.
Чтобы сделать заметку, необходимо активировать режим «изменения дорожек»?
есть еще один вопрос, связанный, но это не работает для меня Comments are seen as empty, even though they're not
кто-то может помочь мне, что я неправильно
Это фактическое сообщение об ошибке? Вау. – NPE
@NPE да, что можно увидеть в отчете, уже сгенерированном в libreoffice Writer – jdurango
Это было выражение удивления, а не недоверие :) – NPE