Re: xmlrpclib.py exception while trying to raise exception

"Martin v. Löwis" <[email protected]> Sat, 16 Jan 2010 19:23:40 +0100
Newsgroups gmane.comp.python.xml
Message-ID <[email protected]>
> 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.

Regards,
Martin
_______________________________________________
XML-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/xml-sig