What does this have to do with response.js?

On Saturday, January 3, 2015 8:02:06 AM UTC-5, ArtDijk wrote:
>
> LS
> I have an index page with a table wit 2 columns and 3 rows. (form1, 
> graph1,   form2, graph2,   form3, graph3)
> In the top left cell I select some data (type, month etc)
> In the top right a graph is shown (bokeh Bar chart)
> In the left middle cell I select a values from the index from the graph.
> Then in the middle right hand a graph is shown (bokeh Bar chart)
> Then I want a selection form in the left bottom cell for the last data 
> selection, but that form is never shown...
> This is the principle for calling the graph and the next form (this works 
> for calling graph1 and form2)
> In the first run (after a deletion of cookies etc) I get an "Unknown" 
> ticket issue.
> On the second run I get:
>
>   File "D:\Bibliotheken\Documents\Sync\klm\web2py\gluon\main.py", line 435, 
> in wsgibase
>     session.connect(request, response)
>   File "D:\Bibliotheken\Documents\Sync\klm\web2py\gluon\globals.py", line 
> 934, in connect
>     session_pickled = pickle.dumps(self, pickle.HIGHEST_PROTOCOL)
> MemoryError
>
> The browser console error is: "Failed to load resource: the server responded 
> with a status of 500 (INTERNAL SERVER ERROR)"
>
> In form3 and graph3 I have nothing special. I reduced it to:
>
> def form3():
>     print "Begin form3"
>     b_var = "var"
>     return dict(b_var=b_var) 
>
> def graph3():
>     print "Begin graph3"
>     a_var = "var"
>     return dict(a_var=a_var)
>
> What is wrong ?
>
> Thanks,
>
> Arthur
>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to