Dave Cook wrote: > On 2005-07-19, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > >>On the other hand I even in its current form I don't see how I would to >>the simple things that I need every day. Create a session, set a >>cookie, redirect to another url, perform HTTP autentication, create >>filter, use another templating language? This is also integral part of >>the functionality that I expect from an web framework. Web specific >>things exposed in some python ic way. > > > Take a look at the Nevow FAQ and examples. Also, Nevow sits on top of > Twisted, so you have all of Twisted's features available. > > http://divmod.org/users/wiki.twistd/nevow/moin.cgi/FrequentlyAskedQuestions > > Dave Cook
One could use twisted.web2 also without the nevow part. The docs @ http://twistedmatrix.com/projects/web2/documentation/ are very clear and it contains a good example at the end. Benedict -- http://mail.python.org/mailman/listinfo/python-list