To have it show completely different runtime version like that would normally suggest that you are also loading mod_python on that server. See:
http://code.google.com/p/modwsgi/wiki/InstallationIssues#Python_Version_Mismatch Also note you cannot use WSGIPythonHome to point mod_wsgi at a different major/minor version of Python than it was originally compiled for. Graham On 18/09/2013, at 6:08 AM, Olivier Braun <[email protected]> wrote: > Hi, > > i've installed libapache2-mod-wsgi-py3 via apt-get on 2 different debian > servers. both using the same python versions (2.6.x and 3.1.x) > > Server 1: > [warn] mod_wsgi: Compiled for Python/3.1.2. > [warn] mod_wsgi: Runtime using Python/3.1.3. > > Server 2: > [warn] mod_wsgi: Compiled for Python/3.1.2. > [warn] mod_wsgi: Runtime using Python/2.6.6. > > Why can't server 2 find python3? And how to fix it > I ve tried to add WSGIPythonHome /usr/share/python3/, but it didnt help. > > greetings. > > > > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/modwsgi. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/groups/opt_out.
