python-jsonrpc
python-jsonrpc copied to clipboard
Python JSON-RPC Client Server Library With Additional Support for BaseHTTPServer, CherryPy And CGI
I use http server example, curl --data-binary '{"jsonrpc": "2.0", "id": "curltest", "method": "add", "params": [6, 9999999]}' -H 'content-type: application/json;' http://127.0.0.1:8080 but having no thing callback 
… the code being non 0. According to the JSON_RPC v2.0 specs (http://www.jsonrpc.org/specification), the error response should contain an 'error' object which has at least 'code' and 'message' objects, hence...
Hello, given this build https://travis-ci.org/gerold-penz/python-jsonrpc/builds/407957227 maybe you should consider only supporting Python 2.7 and pypy (drop Python 2.6 support). Kind regards