Sorry, I sent that off in a hurry based only on what the subject line was when I moderated it and without reading content. None of the references are probably relevant to you. :-)
Anyway the error says: Cannot load L:/Program Files/Apache Software Foundation/Apache2.2/ modules/.so into server: \xd5\xd2\xb2\xbb\xb5\xbd \xd6\xb8\xb6\xa8\xb5\xc4\xc4\xa3\xbf\xe9\xa1\xa3 which suggests you got the path to mod_wsgi.so for that version wrong as is trying to reference a .so file in the modules directory and not a 'mod_wsgi.so' file. What is your LoadModule line? What did you name the .so files when put in modules directory? Did you do a complete stop of Apache when changing which Python variant of mod_wsgi was used? Graham On 12 December 2010 17:57, Graham Dumpleton <[email protected]> wrote: > See: > > http://code.google.com/p/modwsgi/wiki/CheckingYourInstallation#Python_Shared_Library > http://code.google.com/p/modwsgi/wiki/CheckingYourInstallation#Python_Installation_In_Use > http://code.google.com/p/modwsgi/wiki/InstallationIssues#Multiple_Python_Versions > > Other parts of those documents may also be relevant. > > Graham > > On 12 December 2010 17:31, Dan <[email protected]> wrote: >> Hi All, >> >> I have 2 python installed on my machine, one is python2.6(at L: >> \python26), the other is python2.7(at L:\python27), then which >> mod_wsgi should I use, the one for py26 or the one for py27? In my >> mind, both should be ok. >> >> I have tried both of them, the mod_wsgi-win32-ap22py26-3.3 works well, >> and mod_wsgi-win32-ap22py27-3.3 always throw an error: >> Cannot load L:/Program Files/Apache Software Foundation/Apache2.2/ >> modules/.so into server: \xd5\xd2\xb2\xbb\xb5\xbd >> \xd6\xb8\xb6\xa8\xb5\xc4\xc4\xa3\xbf\xe9\xa1\xa3 >> >> So it seems that mod_wsgi-win32-ap22py27-3.3 encountered problems when >> do the initial check? >> How can I make mod_wsgi-win32-ap22py27-3.3 work? >> >> Any help will be highly appreciated! >> >> -- >> You received this message because you are subscribed to the Google Groups >> "modwsgi" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/modwsgi?hl=en. >> >> > -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
