[web2py] too many values to unpack

2014-04-16 Thread Richard
I have a working app and added a list of form in the response variables from the controller tot the view. Now the app comes with the error too many values to unpack. I can imagine that there is a limit tot the response size. Is there and how can I increase this. Background info: I want to add

Re: [web2py] too many values to unpack

2014-04-16 Thread Carlos Costa
To show some code should help us to help you. This type of error occurs when something like this is tried; d = dict(a='a',b='b') a, b, c = d 2014-04-16 6:36 GMT-03:00 Richard richard.dijks...@planet.nl: I have a working app and added a list of form in the response variables from the

[web2py] Too many values to unpack -- regression?

2012-08-31 Thread Brad Miller
I just upgraded my app to the latest 2.0.3 (stable) and while checking some of my pages got the following error: Traceback (most recent call last): File /Users/bmiller/Beta/web2py/gluon/restricted.py, line 209, in restricted exec ccode in environment File

[web2py] Too many Values to Unpack -- regression?

2012-08-31 Thread Brad Miller
I just downloaded the latest 2.0.3 (stable) and upgraded my copy of web2py. When checking some of my pages I got this error, which I have reconfirmed works just fine on the 1.99.7 version. Traceback (most recent call last): File /Users/bmiller/Beta/web2py/gluon/restricted.py, line 209, in