Re: mako override default filters

2013-04-10 Thread Jasper
Excellent, thanks! On Tuesday, April 9, 2013 9:47:21 AM UTC+1, aodag wrote: Hi, Jasper You can override the filters at .ini. Check the document, http://docs.pylonsproject.org/projects/pyramid/en/1.4-branch/narr/environment.html#mako-default-filters. Regards 2013/4/9 Jasper van den

Re: buildout exits with an error if setup.py default here arg, is redifined using pkg_resources to here = pkg_resources.resouce_filename('myApp', ' ')

2013-04-10 Thread saneletm
Attached is a copy of the setup.py file. My current solution which works, is importing pkg_resources in __init__.py file and defining whatever paths I need there, include them in the settings before configuring myApp. Thanks, On Monday, April 8, 2013 1:16:31 PM UTC-4, stm wrote: Getting

Split testing in Pyramid - any experiences?

2013-04-10 Thread Benjamin Sims
Hi, I'm trying to implement split testing for a Pyramid / Chameleon application, and I'd appreciate anyone who has experience of this sharing any tips. We always have a test_group attribute available on our requests. We'd like to arrange things such that we can specify that if the user is in

Mako 0.8.0 Released

2013-04-10 Thread Michael Bayer
Hey gang - Mako 0.8.0 is now released. The biggest change is that the codebase now runs in place for all Python versions from 2.4 (yes, 2.4 still) through 3.3 without any 2to3 step. This feature has actually been sitting in the source repo for many months, but it's time to put it out