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

2010-01-16 Thread Martin v. Löwis
> 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

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

2010-01-16 Thread sstein...@gmail.com
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 s

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

2010-01-16 Thread Dieter Maurer
sstein...@gmail.com wrote at 2010-1-15 21:47 -0500: >This just popped up in a program that has successfully (in this run) made >thousands of multicall()s. > ... >Anyone have any clues about why the exception itself wouldn't be defined or >should I just file a bug? > ... >File >"/Library/Framewor