[web2py:31903] Re: web2py jsonrpc

2009-09-30 Thread Sceva
I am thinking that either jsonrpclib or web2py has trouble with the echo method, but not sure how to trace it down... On Sep 28, 8:02 pm, Sceva wrote: > I am trying to test the jsonrpc service on the web2py server. > > I am using the simple jsonrpc client found athttp://lkcl.net/jsonr

[web2py:31830] web2py jsonrpc

2009-09-28 Thread Sceva
I am trying to test the jsonrpc service on the web2py server. I am using the simple jsonrpc client found at http://lkcl.net/jsonrpclib.tgz, and the sample code from the pyjamas book: import jsonrpclib s = jsonrpclib.ServerProxy("http://127.0.0.1:8000/todo/default/call/ jsonrpc/") reply = s.echo(

[web2py:31806] Re: pyjamas 0.6 [SOLVED]

2009-09-28 Thread Sceva
errr, 3 changes: >                             src="{{=URL(r=request,c='static',f='output/ > bootstrap.js')}}"> >         changed pygwt.js to bootstrap.js in the above line... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goog

[web2py:31805] Re: pyjamas 0.6 [SOLVED]

2009-09-28 Thread Sceva
I ended up having to make only two changes: change the import line to: from pyjamas.ui import KeyboardListener modify the content and source attribute in views/default/todoApp.html to include the output/ path, like: Simple Todo Application views Simple Todo Appl

[web2py:31445] Re: pyjamas 0.6 [SOLVED]

2009-09-21 Thread Sceva
Please read all my comments first. Thanks. > The embarassing thing is that the manual already showed the correct > way to do it > (it had a modified content attribute) and I completely overlooked it. I am trying the same example from the website - do you know if it has been updated for version 0