I'm using libapache2-mod-wsgi 2.5-1 on ubuntu. Python 2.4 and 2.6 also installed. On server start i get the following warns in the error log:
[Sun Nov 29 14:23:47 2009] [warn] mod_wsgi: Compiled for Python/2.6.2.
[Sun Nov 29 14:23:47 2009] [warn] mod_wsgi: Runtime using Python/2.6.4.
In order to resolve this problem, I might recompile wsgi for 2.6.4. The related launchpad ticket's status is 'fix released'. Despite i get the warns. How could I fix this problem?