Re: getting full exception information from an xmlrpc server

2008-08-13 Thread Fredrik Lundh
Scott wrote: I'm debugging an xmlrpc client/server application. Often when an exception occurs in the server, I receive only a very short error message on the client. For example: xmlrpclib.Fault: Fault 1: type 'exceptions.AssertionError': Presumably this is because xmlrpclib on the

Re: getting full exception information from an xmlrpc server

2008-08-13 Thread [EMAIL PROTECTED]
On Aug 13, 3:31 pm, Scott [EMAIL PROTECTED] wrote: What I would like is the full stack trace of what went wrong on the server (i.e. the junk python usually dumps to the console when an exception occurs). I don't care which side I see the dump on (client or server), but I need to see the whole