I have a rails application that serves as an interface to a hybrid of data. Most of the information I requi开发者_StackOverflowre is retrieved from the command-line program using XML-RPC. Aside from t
Is there any way to start up the Python interpreter from within a script , in a manner similar to just using python -i so that the objects/namespace, etc. from the current script are retained? The rea
I am using Python\'s xmlrpclib to make requests to an xml-rpc service. Is there a way to set a client timeout, so my requests don\'t hang forever when the server is not available?