<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=US-ASCII">
<META content="MSHTML 6.00.2800.1479" name=GENERATOR></HEAD>
<BODY id=role_body style="FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Arial" 
bottomMargin=7 leftMargin=7 topMargin=7 rightMargin=7><FONT id=role_document 
face=Arial color=#000000 size=2>
<DIV>Hello,</DIV>
<DIV> </DIV>
<DIV>  I'm having some problems installing SOAPpy module on my host, which 
has python 2.1</DIV>
<DIV>First when it attempts it import logging, it complains that classmethod is 
not defined. When I commented out (import logging), I got a different errror, 
about missing module thread.</DIV>
<DIV>Specifically:</DIV>
<DIV>Traceback (most recent call last):<BR>  File "setup.py", line 8, in 
?<BR>    from SOAPpy.version import __version__<BR>  File 
"SOAPpy/__init__.py", line 5, in ?<BR>    from 
Client      import *<BR>  File "SOAPpy/Client.py", 
line 57, in ?<BR>    from Parser      
import parseSOAPRPC<BR>  File "SOAPpy/Parser.py", line 10, in 
?<BR>    from wstools.XMLname import fromXMLname<BR>  File 
"SOAPpy/wstools/__init__.py", line 6, in ?<BR>    import 
WSDLTools<BR>  File "SOAPpy/wstools/WSDLTools.py", line 16, in 
?<BR>    from XMLSchema import XMLSchema, SchemaReader, 
WSDLToolsAdapter<BR>  File "SOAPpy/wstools/XMLSchema.py", line 18, in 
?<BR>    from threading import RLock<BR>  File 
"/usr/local/abinitio-V2-13-1/lib/python2.1/threading.py", line 5, in 
?<BR>    import thread<BR>ImportError: No module named 
thread<BR></DIV>
<DIV>Is there way I can install thread module?</DIV>
<DIV>Any help will be greatly appreciated.</DIV>
<DIV>Thanks,</DIV>
<DIV>Amit.</DIV></FONT></BODY></HTML>