| pythonware.com | products ::: library ::: search ::: daily Python-URL! |
Making XML-RPC calls from a Google App Engine application ::: Daily Python-URL2008-08-25Brian 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."]
|