I've been trying to get a working Python application talking to Drupal using the json-rpc or xml-rpc services. There are many, many examples, snippets and samples for many languages. But none work for Python. Any chance you could add an example each for xml-rpc and json-rpc, that logs in and then calls more than one function (e.g. node.get)? You would save me many hours of banging my head against the wall!

Thanks

Comments

marcingy’s picture

Status: Active » Closed (won't fix)

Marking as won't fix because none of the core devs use python. There is a python library here that may be of use to get you going https://github.com/guaka/python_drupal_services

frazras’s picture

Here is a later thread http://drupal.org/node/1407736