Forum Archive

xmlrpclib module

jjlawren41

Not sure what I'm missing, but I can't seem to find a way to import the xmlrpclib module or find it in the included docs. Is this not a standard module?

omz

You're right, that seems to be missing, thanks. If you don't want to wait for the next update, you could install it yourself:

https://gist.github.com/4076111

I haven't tested this extensively, but it imports without errors.

jjlawren41

Works great, thanks!