Re: weird ValueError

2009-07-20 Thread V
stupid error, thank you On Jul 20, 12:23 pm, Daniel Roseman wrote: > On Jul 20, 11:13 am, Viktor wrote: > > > my view calls > > > survey = get_object_or_404(models.Survey, {'pk': int(survey_id)}) > > > and gives a ValueError: need more than 1 value to unpack, the full > > traceback is athttp://

Re: weird ValueError

2009-07-20 Thread Daniel Roseman
On Jul 20, 11:13 am, Viktor wrote: > my view calls > > survey = get_object_or_404(models.Survey, {'pk': int(survey_id)}) > > and gives a ValueError: need more than 1 value to unpack, the full > traceback is athttp://python.pastebin.com/m3f715909 > > I have no clue what the problem might be, espec