I'm fairly certain that if you use Python then you can't use RPC
Object Serialization. You'll have to make use of the JSON packages in
order to make this work. Good luck!
> I am creating some application for google app engine with *python*. I am
> using *GWT* for the client side interface. But how to do RPC calls to
> python.
>
> I know Google App Engine java version could do that easily and I tested it
> well. But for Python what are the options.
>
> I triedhttp://
code.google.com/p/python-gwt-rpc/project. But due to lack of