Given that the precompiled mod_wsgi.so for Windows on mod_wsgi site is only 32 bit, wouldn't be surprised that have problems mixing it with 64 bit variants of either Apache, Python or any third party C extension modules for Python.
Graham On 7 December 2010 02:10, el-milligano <[email protected]> wrote: > Hi, > > I came across this problem too. It took me a while to isolate. The > issue was that I had 64-bit version of python 2.7 installed. When I > instead installed the x86 version all was fine. > > Gordon. > > On Oct 19, 11:46 am, Graham Dumpleton <[email protected]> > wrote: >> On 10 October 2010 00:00, m4rquis <[email protected]> wrote: >> >> >> >> >> >> >> >> >> >> > Hello, community, >> >> > at first I wish to thank you for your help and for modwsgi! We use it >> > in a small web project with django. >> >> > Everything runs smooth under *NIX but my development system (Windows >> > 7, 64Bit, XAMPP 1.7.3 with Apache 2.2.14 32 Bit) seems to have a >> > strange problem with modwsgi (mod_wsgi-win32-ap22py27-3.3.so - Apache >> > 2.2 / Python 2.7): >> >> > Apache claims that it cannot find the .so-Module!? But it resides in >> > the correct path!? I have no idea what's the reason for this problem. >> > Hopefully you can help? >> >> > httpd.conf says: >> > LoadModule wsgi_module modules/mod_wsgi.so >> >> > mod_wsgi.so is in 'C:\xampp\apache\modules' where the other modules >> > are. >> >> > The error message is: >> > httpd.exe: Syntax error on line 133 of C:/xampp/apache/conf/ >> > httpd.conf: Cannot load C:/xampp/apache/mod_wsgi.so into server: The >> > specified module could not be found. >> >> Are you able to indicate whether you resolved this issue and what the >> problem was? >> >> This has come up a few times and although have made suggestions, no >> one ever responds to say what fixed the problem. >> >> Latest theory has been that people have been adding an additional .so >> in filename because original .so is hidden by file browser. Thus file >> is actually mod_wsgi.so.so on filesystem and thus why it cannot be >> found. >> >> Graham > > -- > 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.
