[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

Cannot install SOAPpy

shaq.koby

3/15/2008 7:53:00 PM


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@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