Fallo con xmlrpclib
François Heredero - Top Music SA
fheredero en topmusic.ch
Sab Mar 13 13:36:43 CET 2004
> from xmlrpclib import Server
> server=ServerProxy("http://betty.userland.com")
> server.examples.getStateName(10)
>
> el fallo que me da es el siguiente:
>
> Traceback (most recent call last):
> File "xmlrpc.py", line 2, in ?
> server=ServerProxy("http://betty.userland.com")
> NameError: name 'ServerProxy' is not defined
server=Server("http://betty.userland.com")
tal vez...
François
Más información sobre la lista de distribución Python-es