Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #48778

Error running xmlrpc Client and server under different Python versions

Newsgroups comp.lang.python
Date 2013-06-20 00:36 -0700
Message-ID <48bc4deb-d646-48a6-8f9a-d5f304668b32@googlegroups.com> (permalink)
Subject Error running xmlrpc Client and server under different Python versions
From stanislav.borisover@gmail.com

Show all headers | View raw


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

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Error running xmlrpc Client and server under different Python versions stanislav.borisover@gmail.com - 2013-06-20 00:36 -0700
  Re: Error running xmlrpc Client and server under different Python versions Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-06-20 09:08 +0100
  Re: Error running xmlrpc Client and server under different Python versions Fábio Santos <fabiosantosart@gmail.com> - 2013-06-20 09:16 +0100

csiph-web