Go to advanced search

by Jake Kay
Thu May 29, 2014 7:29 pm
Forum: Python
Topic: Install Python XMLRPC
Replies: 3
Views: 2941

Re: Install Python XMLRPC

Thanks for your reply croston. Running "python -V" I am showing Python 2.7.3.

Would I be able to upgrade to Version 3 and use your Python 3 example?

If so, would you kindly let me know how to upgrade to Version 3, and what it would take to get XMLRPC?
by Jake Kay
Thu May 29, 2014 2:09 am
Forum: Python
Topic: Install Python XMLRPC
Replies: 3
Views: 2941

Install Python XMLRPC

I'm using Raspbian and wanted to test out Python XMLRPC, however, I don't seem to have this library and cannot figure out how to install it. Any help would be greatly appreciated. This is the sample code I was trying to run: from xmlrpc.server import SimpleXMLRPCServer def hello(name='World'): """Re...

Go to advanced search