25 Aug
2007
25 Aug
'07
1:51 p.m.
--On 25. August 2007 15:48:04 +0200 Sascha Welter <zopelist@betabug.ch> wrote:
(Fri, Aug 24, 2007 at 10:26:42AM +0200) Patrick Ulmer wrote/schrieb/egrapse:
Now I only must find the right place for setdefaultencoding() so it only affect my zope-instance.
Install a separate python that is used only by your zope instance. Use setdefaultencoding only there.
This is nonense. A custom sitecustomize.py script does the job without installing a complete new Python. -aj