[web2py] load restricted errors

2011-09-24 Thread apple
I have a loop in a view that loads a set of components (see code below). However if one of the components fails then I get a "restricted error" and the line number is the line of the LOAD command so I do not even know which component failed let alone the real error message and line number. Is usin

[web2py] load restricted errors

2011-07-11 Thread apple
I am using LOAD to load a component. If there is an error in the controller then web2py reports a "restricted error" for the line with the LOAD on it. However the actual error could be anywhere in the controller. Is there any way of getting a more informative error message?