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 <hid...@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 <de...@web.de> wrote: > >> Hidura <hid...@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.
-- http://mail.python.org/mailman/listinfo/python-list