<!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.3157" name=GENERATOR></HEAD>
<BODY 
style="WORD-WRAP: break-word; khtml-nbsp-mode: space; khtml-line-break: after-white-space">
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=399165209-26102007>Hi Kirti</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=399165209-26102007></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=399165209-26102007>I had the same AttributeError when I did not use the 
Twisted from SVN but from the download page as tarball.</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=399165209-26102007></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=399165209-26102007>Using the SVN trunk, adding web2 into the setup.py I 
could avoid that error.</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=399165209-26102007></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=399165209-26102007>Although, I still face my good old error 
etree.XMLSchemaParseError: Document not valid XML Schema. With all the libraries 
proposed by Adrian. Strange... Wonder what else it could 
be...?!</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=399165209-26102007></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=399165209-26102007>Regards</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=399165209-26102007>Sebastian</SPAN></FONT><FONT><SPAN 
class=399165209-26102007></DIV>
<DIV><FONT face=Arial color=#0000ff 
size=2></FONT>&nbsp;</DIV></SPAN></FONT><FONT face=Arial color=#0000ff 
size=2></FONT><BR>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
  <HR tabIndex=-1>
  </DIV>
  <DIV>
  <DIV>
  <DIV>
  <DIV>
  <DIV>On Oct 24, 2007, at 10:05 AM, Kirti Dhingra wrote:</DIV><BR 
  class=Apple-interchange-newline>
  <BLOCKQUOTE type="cite">
    <P><TT>Hi,<BR></TT></P>
    <UL><TT>I am facing a problem while running OpenXCAP on RHEL 4. I referred 
      to the OpenXCAP installation page and the following is my 
    setup.<BR></TT></UL><TT>1. I installed python 2.4 from the rpm's listed on 
    <A href="http://www.python.org">www.python.org</A><BR></TT><TT>2. 
    zope-interface-3.3.0 from <A 
    href="http://www.zope.org/Products/ZopeInterface">http://www.zope.org/Products/ZopeInterface</A><BR></TT><TT>3. 
    Twisted-2.5.0, TwistedCore-2.5.0, TwistedWeb-0.7.0 and TwistedWeb2-0.2.0 
    from<BR></TT><TT><A 
    href="http://twistedmatrix.com">http://twistedmatrix.com</A><BR></TT><BR><TT>4.lxml-1.3.5 
    from <A 
    href="http://codespeak.net/lxml">http://codespeak.net/lxml</A><BR></TT><TT>5. 
    python-application-1.0.9 from from OpenXCAP<BR></TT><TT>6. 
    openxcap-0.9.7<BR></TT><BR><TT>after installing all these, when I run 
    /etc/init.d/openxcap or /usr/bin/openxcap I get the following traces in the 
    syslog<BR></TT><BR><TT>localhost openxcap[5313]: [-] Log 
    opened.<BR></TT><TT>localhost openxcap[5313]: [-] Starting Open XCAP 
    0.9.7<BR></TT><TT>localhost openxcap[5313]: [-] Traceback (most recent call 
    last):<BR></TT><TT>localhost openxcap[5313]: [-] &nbsp; File 
    "/usr/bin/openxcap", line 56, in ?<BR></TT><TT>localhost openxcap[5313]: [-] 
    &nbsp; &nbsp; from xcap.server import XCAPServer<BR></TT><TT>localhost 
    openxcap[5313]: [-] &nbsp; File 
    "/usr/lib/python2.4/site-packages/xcap/server.py", line 16, in 
    ?<BR></TT><TT>localhost openxcap[5313]: [-] &nbsp; &nbsp; from twisted.web2 
    import channel, resource, http, responsecode, server<BR></TT><TT>localhost 
    openxcap[5313]: [-] &nbsp; File 
    "/usr/lib/python2.4/site-packages/twisted/web2/channel/__init__.py", line 7, 
    in ?<BR></TT><TT>localhost openxcap[5313]: [-] &nbsp; &nbsp; from 
    twisted.web2.channel.cgi import startCGI<BR></TT><TT>localhost 
    openxcap[5313]: [-] &nbsp; File 
    "/usr/lib/python2.4/site-packages/twisted/web2/channel/cgi.py", line 8, in 
    ?<BR></TT><TT>localhost openxcap[5313]: [-] &nbsp; &nbsp; from twisted.web2 
    import http, http_headers, server, responsecode<BR></TT><TT>localhost 
    openxcap[5313]: [-] &nbsp; File 
    "/usr/lib/python2.4/site-packages/twisted/web2/http.py", line 27, in 
    ?<BR></TT><TT>localhost openxcap[5313]: [-] &nbsp; &nbsp; from twisted.web2 
    import iweb<BR></TT><TT>localhost openxcap[5313]: [-] &nbsp; File 
    "/usr/lib/python2.4/site-packages/twisted/web2/iweb.py", line 58, in 
    ?<BR></TT><TT>localhost openxcap[5313]: [-] &nbsp; &nbsp; class 
    IOldNevowResource(components.Interface):<BR></TT><TT>localhost 
    openxcap[5313]: [-] AttributeError: 'module' object has no attribute 
    'Interface'<BR></TT><BR><TT>I suppose the AttributeError is a critical error 
    cause openxcap seems to shut down after this and I cannot see it run if i do 
    ps -ef|grep xcap.<BR></TT><BR><TT>Before OpenXCAP i was working with 
    XCAP-Lite on another system with RHEL 4 itself and that worked 
    fine.<BR></TT><BR><TT>Would be great if someone could help resolve this 
    issue.<BR></TT><BR><TT>Thanks &amp; Regards,<BR></TT><TT>Kirti 
    Dhingra</TT><TT>*****Aricent-Unclassified *****</TT><BR><BR>"DISCLAIMER: 
    This message is proprietary to Aricent and is intended solely for the use of 
    <BR>the individual to whom it is addressed. It may contain privileged or 
    confidential information and should not be <BR>circulated or used for any 
    purpose other than for what it is intended. If you have received this 
    message in error, <BR>please notify the originator immediately. If you are 
    not the intended recipient, you are notified that you are 
    strictly<BR>prohibited from using, copying, altering, or disclosing the 
    contents of this message. Aricent accepts no responsibility for <BR>loss or 
    damage arising from the use of the information transmitted by this email 
    including damage from 
virus."<BR><BR></BLOCKQUOTE></DIV><BR></DIV></DIV></DIV></BLOCKQUOTE></BODY></HTML>