Re: Learning Django - Error going through Chapt 4 on Templates at DjangoBook.com - Probably real simple

2009-12-18 Thread bayousoft
Sorry guys. the explanation is in the next paragraph. Please disregard. On Dec 18, 1:50 pm, bayousoft wrote: > I am brand new to Django and I'm trying to get up to speed ASAP.  I > really like it so far.  I'm getting an error trying to create a > template in the shell. > > >>> from django import

Re: Learning Django - Error going through Chapt 4 on Templates at DjangoBook.com - Probably real simple

2009-12-18 Thread bayousoft
Looking in Synaptic I'm kinda wondering if I need to install python- jinja2 ? On Dec 18, 1:50 pm, bayousoft wrote: > I am brand new to Django and I'm trying to get up to speed ASAP.  I > really like it so far.  I'm getting an error trying to create a > template in the shell. > > >>> from django i

Learning Django - Error going through Chapt 4 on Templates at DjangoBook.com - Probably real simple

2009-12-18 Thread bayousoft
I am brand new to Django and I'm trying to get up to speed ASAP. I really like it so far. I'm getting an error trying to create a template in the shell. >>> from django import template >>> t = template.Template('My name is {{ name }}.') Traceback (most recent call last): File "", line 1, in