20 Sep
2002
20 Sep
'02
6:52 p.m.
Ken writes:
... A very intelligent friend indeed! then suggested I install Zope from sources. An easy thing with FreeBSD ports. But while compiling the python modules I get this:
...../Products/PythonScripts/zbytecodehacks/USExec.py:425: SyntaxWarning: local name 'error_msg' in '_WriteGuardWrapper' shadows use of 'error_msg' as global in nested scope 'model_handler' def _WriteGuardWrapper():
...../Products/PythonScripts/zbytecodehacks/closure.py:121: SyntaxWarning: local name 'n' in 'make_adder' shadows use of 'n' as global in nested scope 'adder' def make_adder(n):
These are warnings only. Ignore them... Dieter