The 3.3 tar ball only work for up to Python 3.1.X as you were
originally using. If you want to use Python 3.2 you will need to
checkout mod_wsgi source code from repository for now.

  http://code.google.com/p/modwsgi/wiki/ChangesInVersion0304

Graham

On 8 May 2011 23:38, Gnarlodious <[email protected]> wrote:
> OK, so I installed Python 3.2 in the standard place using parameters:
>
> ./configure 'MACOSX_DEPLOYMENT_TARGET=10.6' \
> --prefix=/usr/local/python-3.2 \
> --enable-framework=/usr/local/python-3.2/frameworks \
> --enable-universalsdk=/ MACOSX_DEPLOYMENT_TARGET=10.6 \
> --with-universal-archs=intel
>
> Everything seemed to go fine, no errors reported.
>
> Then I re-installed Apache using parameters:
> CFLAGS="-arch x86_64"
> ./configure --enable-layout=Darwin --with-mpm=worker --enable-rewrite
> --disable-userdir --enable-so
>
> Apache now runs fine.
>
>
> Then I installed wsgi using parameters:
>
> ./configure --with-python=/usr/local/python-3.2/bin/python3.2
>
> But I get error:
>
> apachectl configtest
> Cannot load /usr/libexec/apache2/mod_wsgi.so into server: dlopen(/usr/
> libexec/apache2/mod_wsgi.so, 10): Symbol not found:
> _PyCObject_FromVoidPtr\n  Referenced from: /usr/libexec/apache2/
> mod_wsgi.so\n  Expected in: flat namespace\n in /usr/libexec/apache2/
> mod_wsgi.so
>
> Maybe I should reinstall with 32 bit options? Please advise.
>
> -- Gnarlie
>
> --
> 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.

Reply via email to