Re: Kid templates ValueError: too many values to unpack

2006-08-04 Thread Don Arbow
On Aug 4, 2006, at 4:56 AM, bernie2004 wrote: > BTW, by default TEMPLATE_DEBUG is set to DEBUG and not to False like > specified at > http://www.djangoproject.com/documentation/settings/#template-debug In django/conf/global_settings.py it is set to False. In your project's settings file (whic

Re: Kid templates ValueError: too many values to unpack

2006-08-04 Thread bernie2004
Adrian Holovaty wrote: > On 8/3/06, bernie2004 <[EMAIL PROTECTED]> wrote: > > File "... /django/views/debug.py", line 18, in > > get_template_exception_info > > origin, (start, end) = exc_value.source > > > > ValueError: too many values to unpack > > Hmmm...I've never used Kid with Django, b

Re: Kid templates ValueError: too many values to unpack

2006-08-03 Thread Adrian Holovaty
On 8/3/06, bernie2004 <[EMAIL PROTECTED]> wrote: > File "... /django/views/debug.py", line 18, in > get_template_exception_info > origin, (start, end) = exc_value.source > > ValueError: too many values to unpack Hmmm...I've never used Kid with Django, but, as a shot in the dark, I'd suggest

Kid templates ValueError: too many values to unpack

2006-08-03 Thread bernie2004
Does anybody got a clue about this one? I just wanted to give Kid templates a try but got stuck pretty fast: Traceback (most recent call last): File "... /django/core/servers/basehttp.py", line 272, in run self.result = application(self.environ, self.start_response) File "... /django/core