Re: Pylons application maintenance

2013-03-02 Thread Ben Bangert
On Oct 14, 2012, at 11:20 AM, Mike Orr wrote: > The "go-pylons.py" script was lost in the transition from the old > Pylons sever to the Pyramid server. You can still find an old version > on Google, but it won't work because it tries to download the packages > from a directory that no longer exis

dogpile.cache, mako renderer and new arguments

2013-03-02 Thread tuck
hello, I'd would like to configure the template lookup with an .ini file and use new mako arguments like "cache_args" or "cache_impl" those arguments are not parsed by MakoRendererFactoryHelper (new in mako since 6.0 ...) I try to use Component Manager to call IMako utily in the __init__.py

dogpile.cache, mako renderer and new arguments

2013-03-02 Thread bard stéphane
hello, I'd like to configure the template lookup by the .ini file and use new arguments like "cache_args" and "cache_impl" those arguments are not parsed by MakoRendererFactoryHelper (mako version 6.0 and over ...) I try to use Component Manager to call IMako utily in the __init__.py module bu