Re: need more than 1 value to unpack error

2011-06-25 Thread Python_Junkie
I found the error. After reviewing my own post and realizing that I was getting the same error regardless of the syntax that I was using, and only when I was using a template, I realized where the solution was. The settings.py The template directory was not set up. It is all good now. My bad

Re: need more than 1 value to unpack error

2011-06-25 Thread Karen Tracey
On Sat, Jun 25, 2011 at 5:54 PM, Python_Junkie < software.buy.des...@gmail.com> wrote: > I am just getting started with django. Have been a python developer > for a number of years > > I am following the examples in the book The Definitive Guide to Django > and the same error keeps popping up. >

need more than 1 value to unpack error

2011-06-25 Thread Python_Junkie
I am just getting started with django. Have been a python developer for a number of years I am following the examples in the book The Definitive Guide to Django and the same error keeps popping up. "need more than 1 value to unpack" I understand what it is trying to say, but I do not see