coffin error

2010-04-14 Thread Marconi
I'm trying to use Jinja2 as my template in Django 1.1 and I found out about http://github.com/dcramer/coffin . But when I try importing: from coffin.shortcuts import render_to_response I get the following error: http://python.pastebin.com/hwCWGRFF Any idea whats happening? -- You received this

Re: coffin error

2010-04-14 Thread Karen Tracey
On Wed, Apr 14, 2010 at 7:38 AM, Marconi wrote: > I'm trying to use Jinja2 as my template in Django 1.1 and I found out > about http://github.com/dcramer/coffin . > But when I try importing: from coffin.shortcuts import > render_to_response > > I get the following error: http://python.pastebin.co

Re: coffin error

2010-04-14 Thread Marconi
I see. I think I'd rather use the lower version of coffin for now. Thanks! On Apr 14, 8:09 pm, Karen Tracey wrote: > On Wed, Apr 14, 2010 at 7:38 AM, Marconi wrote: > > I'm trying to use Jinja2 as my template in Django 1.1 and I found out > > abouthttp://github.com/dcramer/coffin. > > But when I