Hello All,
I tried this : 
http://www.dalkescientific.com/writings/diary/archive/2006/10/24/xmlrpc_in_turbogears.html
and a simple example

import xmlrpclib

server = xmlrpclib.ServerProxy("http://localhost:8080";)
print server
res = server.add(2002, 8)
print res

and get a : ProtocolError

I'm newbie can someone explain ?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to