Sorry, here it is:
Traceback (most recent call last):
File "xmlclient.py", line 5, in <module>
res = server.add(2002, 8)
File "c:\python25\lib\xmlrpclib.py", line 986, in __call__
marshalled_list = []
File "c:\python25\lib\xmlrpclib.py", line 1239, in __request
extra_headers = None
File "c:\python25\lib\xmlrpclib.py", line 1027, in request
xmlrpclib.ProtocolError: <ProtocolError for localhost:8080/RPC2: 302
Found>
On 29 sep, 17:52, Christopher Arndt <[EMAIL PROTECTED]> wrote:
> Slim schrieb:
>
> > Ok the error is :
> > xmlrpclib.ProtocolError: <ProtocolError for localhost:8080/RPC2: 302
> > found>
>
> When we ask for an error message, we usually mean the *full* error
> output, including the traceback and any debug messages that might come
> before the error. If it is too long, you can copy-and-paste the error
> output athttp://paste.turbogears.organd post the link to the resulting
> page here.
>
> > I saw something like this as a decorator:
> > @export(xml_rpc)
>
> Where did you see it? Please be more specific with your descriptions.
>
> > May be I should use it ???
>
> You could also have a look at TGWebServices:
>
> http://cheeseshop.python.org/pypi/TGWebServices
>
> Chris
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---