Re: web.py + cheetah delivering incomplete pages

2006-02-03 Thread Peter Hansen
[EMAIL PROTECTED] wrote: > yeah, posted it there too, but, you see, there are but 95 members in > that group -- guess it's more productive to ask this right here. we'll > see. There's a good chance that about 80 of those 95 people read this newsgroup regularly, and that this newsgroup has only a

Re: web.py + cheetah delivering incomplete pages

2006-02-03 Thread [EMAIL PROTECTED]
yeah, posted it there too, but, you see, there are but 95 members in that group -- guess it's more productive to ask this right here. we'll see. _w. -- http://mail.python.org/mailman/listinfo/python-list

Re: web.py + cheetah delivering incomplete pages

2006-02-03 Thread Guyon Morée
hi, i think you'd have better luck at http://groups.google.com/group/webpy -- http://mail.python.org/mailman/listinfo/python-list

web.py + cheetah delivering incomplete pages

2006-02-03 Thread [EMAIL PROTECTED]
hi, yesterday i started with web.py / flup / cheetah, and managed to get a first webpage to diaplay on my windows box running apache. unfortunately, the following code import web urls = ( '(.*)', 'view' ) class view: def GET( self, name ): web.render( 'view.html' ) web.in