> 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  -  XML-SIG@python.org
http://mail.python.org/mailman/listinfo/xml-sig

Reply via email to