Error running xmlrpc Client and server under different Python versions

stanislav.borisover at gmail.com stanislav.borisover at gmail.com
Thu Jun 20 03:36:51 EDT 2013


Hello.

I need to run xmlrpc Server under Python 3.3 and Client under Python 2.7. But when I try to do so, I receive the following exception:

"<class 'NameError'>:global name 'xmlrpclib' is not defined"

What is the reason for such an exception. As far as I understand xmlrpc is language independent. Please help.

Regards,
Slava



More information about the Python-list mailing list