[Zope] which one is better running zope with it own python or with the OS python

Lennart Regebro lennart@regebro.nu
Tue, 17 Dec 2002 11:25:16 +0100


From: "Hamzat Kamal" <k_hamzat@yahoo.com>
> I have a Linus Redhat OS with zope server running on it. Firstly, how do I
> know if zope is using it own python or is using the python that come with
> the OS. Secondly, which one will give me optimum performance? that is
> running zope with it own python or with the OS python.

One thing I have noticed is that the pythons that come with the OS's or in
precompiled packages have a tendency to fail on CR/LF endings, while the
default compile of python are happy with them. I have absolutely no idea how
this happens, because I can't find any settings that change this behaviour,
so it's all very strange.
I therefore always end up compiling python from scratch, since it's so
trivial anyway.