Graham Dumpleton
graham.dumpleton at gmail.com
Mon Oct 1 05:31:08 EDT 2007
On 28/09/2007, durumdara at gmail.com <durumdara at gmail.com> wrote: > Hi! > > I reinstalled my "old" server, and I got this warning: > > >[Thu Sep 27 15:47:26 2007] [error] python_init: Python version > >mismatch, expected '2.4.3', found '2.4.4'. > > First: is it problem? Can I got errors because of the little version diff? > > >[Thu Sep 27 15:47:26 2007] [error] python_init: Python executable > found >'C:\\web\\xampplite\\apache\\bin\\apache.exe'. > > What is this??? Python executable = apache.exe??? > > >[Thu Sep 27 15:47:26 2007] [error] python_init: Python path being used > >'C:\\WINDOWS\\system32\\python24.zip;C:\\Python24\\Lib;C:\\Python24\\DLLs;C:\\Python24\\Lib\\lib-tk;;C:\\web\\xampplite\\apache\\bin'. > > It is ok... > > Please answer to me! Patch level differences in the Python version are okay provided that mod_python is linked against Python using a shared library or in the case of Win32 a DLL. As Win32 always uses a DLL for Python you are fine. You can ignore the Python executable path, it is just showing that mod_python is executing within Apache. Graham
|