Can you also verify that you aren't still loading mod_python into the same Apache instance?
FWIW, I have for mod_wsgi 3.X and mod_wsgi 4.X to load up fine with Python 3.1.3. I didn't try the tar ball, but know that that used to work fine in the past as I actually use MacOS X for development myself. Graham On 6 May 2011 08:08, Graham Dumpleton <[email protected]> wrote: > Which version of mod_wsgi are you using? > > mod_wsgi 3.3 (tar ball) > mod_wsgi 3.X (source code repository) > mod_wsgi 4.X (source code repository) > > Provide the output from running: > > otool -L /usr/libexec/apache2/mod_wsgi.so > > Graham > > On 6 May 2011 04:56, Gnarlodious <[email protected]> wrote: >> Hello. Will the wsgi module compile under Python 3.1.1? This is OSX >> 10.6.7. I did compile it with the path to Py3 but get this error >> loading Apache: >> >> apachectl configtest >> httpd: Syntax error on line 117 of /private/etc/apache2/httpd.conf: >> Cannot load /usr/libexec/apache2/mod_wsgi.so into server: dlopen(/usr/ >> libexec/apache2/mod_wsgi.so, 10): Symbol not found: __Py_FalseStruct >> \n Referenced from: /usr/libexec/apache2/mod_wsgi.so\n Expected in: >> flat namespace\n in /usr/libexec/apache2/mod_wsgi.so >> >> >> Does anyone know what this means? I could compile with the old Python >> but my webapp is written in the new Python. Am I on the wrong track? >> >> -- Gnarlie >> http://Gnarlodious.com >> >> -- >> 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.
