Re: [Twisted-Python] Adding introspection to xlmrpc server

2011-07-31 Thread Glyph Lefkowitz
On Jul 31, 2011, at 1:01 AM, Justin Frost wrote: > I'm trying the example found at: > > http://twistedmatrix.com/documents/current/web/howto/xmlrpc.html#auto3 > > And it doesn't seem to be working. The following test code fails: > > import xmlrpclib > s = xmlrpclib.ServerProxy("http://localho

Re: [Twisted-Python] Adding introspection to xlmrpc server

2011-07-31 Thread Andrew Bennetts
Justin Frost wrote: >I'm trying the example found at: >[1]http://twistedmatrix.com/documents/current/web/howto/xmlrpc.html#auto3 >And it doesn't seem to be working.  The following test code fails: >import xmlrpclib >s = xmlrpclib.ServerProxy("http://localhost:8080";) >print

[Twisted-Python] Adding introspection to xlmrpc server

2011-07-30 Thread Justin Frost
I'm trying the example found at: http://twistedmatrix.com/documents/current/web/howto/xmlrpc.html#auto3 And it doesn't seem to be working.  The following test code fails: import xmlrpclibs = xmlrpclib.ServerProxy("http://localhost:8080";)print s.listMethods() The error says that the listMethods me