[Zope] HTTPS question
Dieter Maurer
dieter@handshake.de
Sat, 21 Sep 2002 20:13:27 +0200
Ken writes:
> ...
> >> ...../Products/PythonScripts/zbytecodehacks/USExec.py:425>>: SyntaxWarning:
> >>local name 'error_msg' in '_WriteGuardWrapper' shadows >>use of 'error_msg' as
> ...
> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
> There were errors dUring Python module compilation.
> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
> *** Error code 1
> Stop in /usr/ports/www/zope.
>
> So, no new zope install... But how can this be? I just downloaded the latest zope-2.5.1_2 and the ports installer 'found' my python 2.1.3, installed yesterday.
>
> What's wrong?
I do not know. The listed problems are all warnings and should not
abort the process.
Maybe, you can locate the Python start and change it to ignore
warnings. The command line has an option for this (probably,
it can also be achieved by an environment variabe).
Dieter