Re: elixir / sqlalchemy

2012-01-07 Thread Ahmed
I would second that, I wouldn't go with Elixir now at all, given the continuing maturity of sqlalchemy. Ahmed On Jan 4, 10:27 am, Siddhartha Kasivajhula wrote: > Thanks for the detailed explanation Mike! SQLAHelper sounds really handy. > Re: Elixir, I only took a brief look around and I'm not yet

Re: @view_defaults and conflict errors

2012-01-07 Thread Martin Aspeli
On Jan 6, 8:47 am, Chris McDonough wrote: > On Thu, 2012-01-05 at 23:49 -0800, Martin Aspeli wrote: > > > On Jan 6, 7:06 am, Chris McDonough wrote: > > > Thanks, I'm tracking this  athttps://github.com/Pylons/pyramid/issues/394 > > > Great! > > > Side question - is my approach a reasonable one

Re: How to change paths to static assets in .css files?

2012-01-07 Thread Craig Younkins
For our site we actually have a build process for our CSS templates at application start. This way we can have different domains depending on the configuration (testing, prod, dev), and it all works with the same templates. They are compiled at application start rather than being served dynamically

Re: How to change paths to static assets in .css files?

2012-01-07 Thread Wyatt Baldwin
On Saturday, January 7, 2012 8:28:46 AM UTC-8, Craig Younkins wrote: > > For our site we actually have a build process for our CSS templates at > application start. This way we can have different domains depending on the > configuration (testing, prod, dev), and it all works with the same > temp

TypeError: render_unicode() keywords must be strings

2012-01-07 Thread Raoul Snyman
Hi, I'm running Pyramid 1.0 with the Mako templating engine via flup on a host that only provides FastCGI. I've installed everything into a virtual environment. I'm getting the following error when accessing the site: URL: File '/home//venv/lib/python2.6/site-packages/weberror/errormiddleware.p

Re: TypeError: render_unicode() keywords must be strings

2012-01-07 Thread Chris McDonough
On Sat, 2012-01-07 at 21:03 +0200, Raoul Snyman wrote: > Hi, > > I'm running Pyramid 1.0 with the Mako templating engine via flup on a > host that only provides FastCGI. I've installed everything into a > virtual environment. I'm getting the following error when accessing > the site: > > URL: >

Re: How to change paths to static assets in .css files?

2012-01-07 Thread Craig Younkins
@Wyatt: The step may not be necessary for everyone. For us, we wanted the flexibility. We will be moving to a real template compiler like SASS in the very near future. No, I cannot share my code. To each his own. Craig Younkins On Sat, Jan 7, 2012 at 1:14 PM, Wyatt Baldwin wrote: > On Saturday,