I installed SOAPpy on my server with Python 2.5.
But now everytime I exit, I get the following error:

Exception exceptions.AttributeError: '_shutdown' in <module
'threading' from '/home/mhagen/lib/python2.5/threading.pyc'> ignored

Here is the command line output:

[EMAIL PROTECTED]:~$ python
Python 2.5.1 (r251:54863, May  2 2007, 16:56:35)
[GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import SOAPpy
>>> exit
Use exit() or Ctrl-D (i.e. EOF) to exit
>>>
Exception exceptions.AttributeError: '_shutdown' in <module
'threading' from '/home/mhagen/lib/python2.5/threading.pyc'> ignored
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to