Python 3 lack of support for fcgi/wsgi.

Jon Ribbens jon+usenet at unequivocal.co.uk
Sun Mar 29 20:56:55 EDT 2015


On 2015-03-29, John Nagle <nagle at animats.com> wrote:
> The Python 2 module "fcgi" is gone in Python 3.
> The Python 3 documentation at
>
> https://docs.python.org/3/howto/webservers.html
>
> recommends "flup" and links here:
>
> https://pypi.python.org/pypi/flup/1.0
>
> That hasn't been updated since 2007, and the SVN repository linked there
> is gone.  The recommended version is abandoned. pip3
> tries to install version 1.0.2, from 2009.  That's here:
> https://pypi.python.org/pypi/flup/1.0.2 That version is supported
> only for Python 2.5 and 2.6.

jonpy supports fastcgi and wsgi. I'm not sure if it supports
Python 3 but I'm prepared to check and make it so, if anyone
wants me to.



More information about the Python-list mailing list