XML RPC Problem....
Fredrik Lundh
fredrik at pythonware.com
Sat Sep 13 06:58:57 EDT 2008
Usman Ajmal wrote:
> Where exactly should i call ServerProxy? Following is the code from my
> client.py
ServerProxy is the preferred name. Server is an old alias for the same
class.
> t = SecureTransport()
>
> t.set_authorization(ustring, text_ucert)
> server = xmlrpclib.Server('http://localhost:8000/',transport=t)
> print server.s()
that code looks correct. so what's the problem?
</F>
More information about the Python-list
mailing list