24 Jan
2003
24 Jan
'03
5:20 p.m.
s = Server('http://localhost')
try:
s = Server('http://localhost/')
And read the xmlrpclib.py docs where it automatically appends RPC2 if the url doesnt end in a slash. -- Andy McKay