Example or recomendation of a webserver

Hidura hidura at gmail.com
Wed Sep 29 18:09:40 EDT 2010


I use Python3.1, TurboGears, webOb, CherryPy and the others don' t work on
Python 3, please somebody recomend me a web framework for Python3.1 I AM
DESPERATE

On Wed, Sep 29, 2010 at 6:08 PM, Hidura <hidura at gmail.com> wrote:

> I use Python3.1, TurboGears, webOb, CherryPy and the others don' t work on
> Python 3, please somebody recomend me a web framework for Python3.1 I AM
> DESPERATE
>
> On Wed, Sep 29, 2010 at 6:45 AM, Diez B. Roggisch <deets at web.de> wrote:
>
>> Hidura <hidura at gmail.com> writes:
>>
>> > I am working on a web project written on Py3k and using mod_wsgi on
>> > the Apache that have to recibes the request client via a xml structure
>> > and i am facing a lot of troubles with the upload files mainly because
>> > i can' t see where they are, so i' ve decide to write my own web
>> > server-django and the others doen' t work for my propouse-, what you
>> > recomend me for start that?
>>
>> not doing it. Reading the HTTP-RFC and the WSGI-PEP. And trying
>>
>>  print environ["wsgi.input"].read()
>>
>> inside your wsgi-script. Then, use webob to wrap the whole WSGI-stuff to
>> have at least a minimum of sensible abstraction.
>>
>> Or simply use Django or TurboGears2, follow the advices in their docs on
>> how to depoly them using mod_wsgi, and be happy.
>>
>> Diez
>>
>> --
>> http://mail.python.org/mailman/listinfo/python-list
>>
>
>
>
> --
> Diego I. Hidalgo D.
>



-- 
Diego I. Hidalgo D.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20100929/d6ff65ef/attachment-0001.html>


More information about the Python-list mailing list