17 Dec
2002
17 Dec
'02
10:25 a.m.
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.