Re: errors in apache log

Graham Dumpleton <[email protected]> Fri, 27 Nov 2009 07:51:48 +1100
Newsgroups gmane.comp.python.mod_python
Message-ID <[email protected]>
It is a warning only, not an error and can be ignored.

It is safe because because on Windows the Python library is loaded
dynamically and so you will always pick up correct library for the
actual Python installation.

This only becomes a problem on UNIX systems where Python library is
linked statically into mod_python.

Graham

2009/11/27 Primožič Boštjan <[email protected]>:
> Hi,
>
> I'd like to know how to remove this errors.
>
> [Thu Nov 26 15:30:18 2009] [error] python_init: Python version mismatch,
> expected '2.5', found '2.5.4'.
> [Thu Nov 26 15:30:18 2009] [error] python_init: Python executable found
> 'C:\\Program Files\\Apache Software Foundation\\Apache2.2\\bin\\httpd.exe'.
> [Thu Nov 26 15:30:18 2009] [error] python_init: Python path being used
> 'C:\\WINDOWS\\system32\\python25.zip;C:\\Python25\\Lib;C:\\Python25\\DLLs;C:\\Python25\\Lib\\lib-tk;;C:\\Program
> Files\\Apache Software Foundation\\Apache2.2\\bin'.
>
> I first install python 2.5.4 then apache 2.2 and last mod python 3.3.1. My
> OS is win XP sp3.
>
> Thank you very much, Bostjan
> _______________________________________________
> Mod_python mailing list
> [email protected]
> http://mailman.modpython.org/mailman/listinfo/mod_python
>
>