<!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.2900.3527" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=703141108-09062009><FONT face=Arial color=#008080 size=2>Well,
I hope you have fixed this problem.</FONT></SPAN></DIV>
<DIV><SPAN class=703141108-09062009><FONT face=Arial color=#008080 size=2>As I
couldn't find any solution in this mailing list, I like to share how I solved
the same problem in my CentOS:</FONT></SPAN></DIV>
<DIV><SPAN class=703141108-09062009><FONT face=Arial color=#008080 size=2>The
required packages from OpenXcap homepage are:</FONT></SPAN></DIV>
<DIV><SPAN class=703141108-09062009><FONT color=#008080><FONT
color=#000000></FONT></FONT></SPAN> </DIV>
<DIV><SPAN class=703141108-09062009><FONT color=#008080><FONT
color=#000000>Twisted framework</FONT></FONT></SPAN></DIV>
<DIV><SPAN class=703141108-09062009>Twisted Core, Twisted Web and Twisted Web
2</SPAN></DIV>
<DIV><SPAN class=703141108-09062009></SPAN> </DIV>
<DIV><SPAN class=703141108-09062009><FONT face=Arial color=#008080 size=2>At <A
class=ext-link href="http://twistedmatrix.com/"><SPAN class=icon><FONT
face="Times New Roman" size=3>http://twistedmatrix.com</FONT></SPAN></A>, I
didn't know which package refers to the "framework".</FONT></SPAN></DIV>
<DIV><SPAN class=703141108-09062009><FONT face=Arial color=#008080 size=2>So, I
installed "Twisted", "Twisted Core", Web and Web2</FONT></SPAN></DIV>
<DIV><SPAN class=703141108-09062009><FONT face=Arial color=#008080
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=703141108-09062009><FONT face=Arial color=#008080 size=2>After
many rounds of tries (all the combination of packages and even an earlier
release), I figured out that it's the "Twisted" causing the
problem.</FONT></SPAN></DIV>
<DIV><SPAN class=703141108-09062009><FONT face=Arial color=#008080 size=2>So, I
just re-installed everything except "Twisted"</FONT></SPAN></DIV>
<DIV><SPAN class=703141108-09062009><FONT face=Arial color=#008080
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=703141108-09062009><FONT face=Arial color=#008080 size=2>To
test whether this works:</FONT></SPAN></DIV>
<DIV><SPAN class=703141108-09062009><FONT face=Arial color=#008080 size=2>Enter
python with following steps to make sure web2 is installed
correctly:</FONT></SPAN></DIV>
<DIV><SPAN class=703141108-09062009><FONT face=Arial color=#008080
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=703141108-09062009><FONT face=Arial color=#008080 size=2>#
python<BR>>>> help()</FONT></SPAN></DIV>
<DIV><SPAN class=703141108-09062009><FONT face=Arial color=#008080
size=2>help> twisted
<------------ check web2(package) is in the list</FONT></SPAN></DIV>
<DIV><SPAN class=703141108-09062009><FONT face=Arial color=#008080
size=2>help> twisted.web2 <----------- check responsecode is in
the list </FONT></SPAN></DIV>
<DIV><FONT face=Arial color=#008080 size=2></FONT> </DIV>
<DIV>
<DIV><SPAN class=703141108-09062009><FONT face=Arial color=#008080
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=703141108-09062009><FONT face=Arial color=#008080 size=2><SPAN
class=703141108-09062009><FONT face=Arial color=#008080 size=2>Also, can
</FONT></SPAN>create a test.py containing just one line "from twisted.web2
import responsecode"</FONT></SPAN></DIV>
<DIV><SPAN class=703141108-09062009><FONT face=Arial color=#008080
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=703141108-09062009><FONT face=Arial color=#008080 size=2>run:
'python test.py'</FONT></SPAN></DIV>
<DIV><SPAN class=703141108-09062009><FONT face=Arial color=#008080
size=2></FONT></SPAN> </DIV></DIV>
<DIV align=left><FONT face=Arial color=#008080 size=2>Thanks &
Regards</FONT></DIV>
<DIV align=left><FONT face=Arial color=#008080 size=2>Cao, Charles</FONT></DIV>
<DIV> </DIV></BODY></HTML>