Error running xmlrpc Client and server under different Python versions

Mark Lawrence breamoreboy at yahoo.co.uk
Thu Jun 20 04:08:02 EDT 2013


On 20/06/2013 08:36, stanislav.borisover at gmail.com wrote:
> 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
>

See http://www.python.org/dev/peps/pep-3108/#xmlrpc-package

-- 
"Steve is going for the pink ball - and for those of you who are 
watching in black and white, the pink is next to the green." Snooker 
commentator 'Whispering' Ted Lowe.

Mark Lawrence




More information about the Python-list mailing list