pythonware.com products ::: library ::: search ::: daily Python-URL!
A Django site.
   

Making XML-RPC calls from a Google App Engine application ::: Daily Python-URL

2008-08-25

Brian M. Clapper: Making XML-RPC calls from a Google App Engine application ["Google App Engine (GAE) is a useful platform on which to develop Python-based web applications. But a GAE application runs in a sandbox that prevents it from opening a socket, which makes the standard Python xmlrpclib module inoperable. Fortunately, there's a simple solution to this problem."]

::: back to daily-URL