Cannot install SOAPpy

shaq.koby at gmail.com shaq.koby at gmail.com
Sat Mar 15 15:52:35 EDT 2008


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:

mhagen at sebastian:~$ 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



More information about the Python-list mailing list