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
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(
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
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
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
5 matches
Mail list logo