Read:

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

If your application complies with WSGI 1.0.1 (PEP 3333) it will work fine.

For Python 3.2, you will need to use code out of the mod_wsgi source
code repository as mod_wsgi 3.3 doesn't work on Python 3.2 because
they made some changes in Python 3.2 to effectively deprecate direct
usage of certain threading functions and made using them directly
cause errors.

Your bigger problem will be finding Python web frameworks that support Python 3.

Graham

On 19 May 2011 05:25, mams.827 <[email protected]> wrote:
> Hi, I am newer with mod_wsgi, but I like python, and I am working in a
> project that include python 3.1 (perhaps now 3.2), I would know in
> that percentage is mod_wsgi for to work with it version?
>
> Thank you very much for it awesome work, I hope to do big things with
> it.
>
> --
> 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