Hi!

Not totally sure this is the right list for this but...

This just popped up in a program that has successfully (in this run) made 
thousands of multicall()s.

Then, out of the blue, this came up.

I couldn't find anything like this in the bug tracker.

Anyone have any clues about why the exception itself wouldn't be defined or 
should I just file a bug?

Thanks,

S
aka/ssteinerX
aka/Steve Steiner

  mc_result = multicall()                                                       
                                  
File 
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/xmlrpclib.py", 
line 1042,                   
in __call__                                                                     
                                    
    return MultiCallIterator(self.__server.system.multicall(marshalled_list))   
                                    
  File 
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/xmlrpclib.py", 
line 1199, in __call__                                                          
                                               
    return self.__send(self.__name, args)                                       
                                    
  File 
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/xmlrpclib.py", 
line 1489, in __request                                                         
                                              
    verbose=self.__verbose                                                      
                                    
  File 
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/xmlrpclib.py", 
line 1253, in request                                                           
                                              
    return self._parse_response(h.getfile(), sock)                              
                                    
  File 
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/xmlrpclib.py", 
line 1392, in _parse_response                                                   
                                               
    return u.close()                                                            
                                    
  File 
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/xmlrpclib.py", 
line 838, in close                                                              
                                                
    raise Fault(**self._stack[0])                                               
                                    
Fault: <Fault 1: "<type 'exceptions.NameError'>:global name 'Fault' is not 
defined">


_______________________________________________
XML-SIG maillist  -  XML-SIG@python.org
http://mail.python.org/mailman/listinfo/xml-sig

Reply via email to