On Jan 16, 2010, at 1:23 PM, Martin v. Löwis wrote:

>> Anyone have any clues about why the exception itself wouldn't be defined or 
>> should I just file a bug?
> 
> This is probably during Python shutdown. Python is in the process of
> clearing all module dictionaries, and then some destructor still wants
> to find the Fault class.
> 
> You should make sure that all connections get closed properly before
> shutting down Python.

Ok, this seems to have happened at the end of a script and it looks like an 
exception when it was trying to shut down the xmlrpc connection.

S

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

Reply via email to