[web2py] Re: web2py spreadsheet.py - does it use cache.ram correctly?

2015-02-18 Thread chris_g
>From what I can see, the call in the index function works fine, but the problem is in all calls to the callback. Would it work better with a session data instead of cache.ram? On Monday, February 16, 2015 at 4:24:51 PM UTC+11, Massimo Di Pierro wrote: > > I was wrong in saying I was wrong. The

[web2py] Re: web2py spreadsheet.py - does it use cache.ram correctly?

2015-02-15 Thread Massimo Di Pierro
I was wrong in saying I was wrong. The example in spreadsheet.py says: def callback(): return cache.ram('sheet1', lambda: None, None).process(request)

[web2py] Re: web2py spreadsheet.py - does it use cache.ram correctly?

2015-02-15 Thread Massimo Di Pierro
That line is clearly wrong! On Sunday, 15 February 2015 19:06:31 UTC-6, chris_g wrote: > > > I am taking a look at the spreadsheet controller in /examples/spreadsheet > in web2py Version 2.9.12 (on CentOS 6.6) . > > The callback function is throwing this error. > > > Traceback (most recent call l