[XML-SIG] xmlrpclib.py exception while trying to raise exception

"Martin v. Löwis" martin at v.loewis.de
Sat Jan 16 19:23:40 CET 2010


> 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


More information about the XML-SIG mailing list