Re: Pystache

2010-05-13 Thread Jan Koprowski
All is in documentation: http://pylonsbook.com/en/1.1/using-view-templates.html#behind-the-scenes On May 13, 12:35 am, Yang Zhang wrote: > Has anybody integrated the Pystache (mustache) templating engine into > Pylons? How hard is it to integrate new templating languages like this > one? > -- > Y

Re: embedding pylons in apache problem

2010-05-13 Thread Graham Dumpleton
On May 14, 10:16 am, James McManus wrote: > I'm trying to embed pylons in my apache server, following the instructions > in the Pylons Book. When I start my server I do not get an error.  The > following egg is created in egg-cache: > > egg-cache/simplejson-2.0.9-py2.5-linux-x86_64.egg-tmp/ > >

embedding pylons in apache problem

2010-05-13 Thread James McManus
I'm trying to embed pylons in my apache server, following the instructions in the Pylons Book. When I start my server I do not get an error. The following egg is created in egg-cache: egg-cache/simplejson-2.0.9-py2.5-linux-x86_64.egg-tmp/ However, when I access the web site, I get the following

Re: WebTest 1.2.1 issue with cookie

2010-05-13 Thread Eric Lemoine
On Thu, May 13, 2010 at 8:03 PM, Eric Lemoine wrote: > Hello > > My app's functional tests fail with WebTest 1.2.1, because auth > cookies aren't set in the requests. I use repoze.who and what. Someone > reported the issue on stackoverflow, see >

WebTest 1.2.1 issue with cookie

2010-05-13 Thread Eric Lemoine
Hello My app's functional tests fail with WebTest 1.2.1, because auth cookies aren't set in the requests. I use repoze.who and what. Someone reported the issue on stackoverflow, see

Re: Paster not shutting down properly because of background threads

2010-05-13 Thread Marius Gedminas
On Wed, May 12, 2010 at 09:25:15AM -0700, Martine wrote: > I have recently upgraded to Ubuntu 10.04 from 9.10 and paster won't > shutdown cleanly anymore when I press Ctrl+C. It hangs forever at this > step: > > $ paster serve production.ini > Starting server in PID 9424. > serving on 0.0.0.0:8000

Re: FormEncode inadequate?

2010-05-13 Thread Haron Media
Thanks for all your responses. Seems like my worries are justified. So I guess I'm really better off with a custom solution. > If you want to see the nice things about formencode and pycerberus, > you might want to read the first two paragraphs on [1] where I put up > a bullet point list of pyc