[Zope] can not use -L in zope startup
Dieter Maurer
dieter@handshake.de
Tue, 30 Oct 2001 23:57:40 +0100 (CET)
Robert Rottermann writes:
> I would like to use Unicode support in Zope (to use non ASCII characters in
> structured text)
> However when I try to start zope with the -l command line switch I get an
> error.
Are you sure, you use the "-L" option correctly?
I can use it without problem (an older ZopeCVS version, shortly
after version 2.4.1 was released, on Linux2).
"-L" wants an argument, e.g. "-L de_DE" or "-L ''"!
Furthermore, the "-L" must come before the first non-option,
e.g. before the "STUPID_LOG_FILE=logfile".
Dieter