14 May
2004
14 May
'04
8:32 p.m.
On 14/05/2004 Dieter Maurer wrote:
[...] SyntaxError: 'return' outside function
It entered a directory with "FSPythonScripts".
An "FSPythonScript" is like a Python function but without the "def header". Therefore, Python finds "return"s outside of a function.
Do not try to compile "FSPythonScripts". This is useless (and will not work, as you already found out).
mh, so the line in zope.postinst is wrong? It's wrong to compile the whole /usr/lib/zope directory? Is there a way to exclude "FSPythonScripts"? bye jonas