14 May
2004
14 May
'04
7:27 p.m.
Jonas Meurer wrote at 2004-5-14 17:58 +0200:
hello, The last debian upgrade broke because it starts the following command every upgrade and this time it crashed: python2.2 -O /usr/lib/python2.2/compileall.py -q /usr/lib/zope
It gives thousands of errors, mainly "SyntaxError: 'return' outside function", but also others:
[...] 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). -- Dieter