Ashwini, I have never used OpenXCAP. But it seems like the zope.interface is not properly installed. You may check this in an easy way. Open a python interpreter shell and try importing it.<br><br>$python <br><br>&gt;&gt;&gt;import zope.interface<br>
<br>if it works with out any error message, that means python can access zope.interface package. <br><br>can you detail about the method you have used to install zope.interface ?<br><br><br><div class="gmail_quote">On Tue, Dec 23, 2008 at 10:30 PM,  <span dir="ltr">&lt;<a href="mailto:interface-dev-request@zope.org">interface-dev-request@zope.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Send Interface-dev mailing list submissions to<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:interface-dev@zope.org">interface-dev@zope.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://mail.zope.org/mailman/listinfo/interface-dev" target="_blank">http://mail.zope.org/mailman/listinfo/interface-dev</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:interface-dev-request@zope.org">interface-dev-request@zope.org</a><br>
<br>
You can reach the person managing the list at<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:interface-dev-owner@zope.org">interface-dev-owner@zope.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of Interface-dev digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
 &nbsp; 1. Regarding Zope.interface ERROR (ASHWINI NAIDU)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Tue, 23 Dec 2008 14:54:14 +0530<br>
From: &quot;ASHWINI NAIDU&quot; &lt;<a href="mailto:ashwini.naidu@gmail.com">ashwini.naidu@gmail.com</a>&gt;<br>
Subject: [Interface-dev] Regarding Zope.interface ERROR<br>
To: <a href="mailto:interface-dev@zope.org">interface-dev@zope.org</a><br>
Message-ID:<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;<a href="mailto:90df28ed0812230124l7322fedex7ae713e3bf2a67ef@mail.gmail.com">90df28ed0812230124l7322fedex7ae713e3bf2a67ef@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
hi all,<br>
 &nbsp; I am using centos5. i am trying to install openxcap on this machine. all<br>
the other dependencies have been installed. but when i run openxcap i get<br>
the following error related to zope.interface. the version of zope.interface<br>
needed for openxcap-1.0.6 is zope.interface-3.3.1<br>
<br>
Though i have installed zope.interface i get the following error<br>
<br>
2008-12-19 04:18:46-0800 [-] Log opened.<br>
2008-12-19 04:18:46-0800 [-] Starting OpenXCAP 1.0.6<br>
2008-12-19 04:18:46-0800 [-] Traceback (most recent call last):<br>
2008-12-19 04:18:46-0800 [-] &nbsp; File &quot;/usr/local/bin/openxcap&quot;, line 55, in<br>
&lt;module&gt;<br>
2008-12-19 04:18:46-0800 [-] &nbsp; &nbsp; from xcap.server import XCAPServer<br>
2008-12-19 04:18:46-0800 [-] &nbsp; File<br>
&quot;/usr/local/lib/python2.5/site-packages/xcap/server.py&quot;, line 11, in<br>
&lt;module&gt;<br>
2008-12-19 04:18:46-0800 [-] &nbsp; &nbsp; from twisted.web2 import channel, resource,<br>
http, responsecode, http_headers, server<br>
2008-12-19 04:18:46-0800 [-] &nbsp; File<br>
&quot;/usr/local/lib/python2.5/site-packages/twisted/web2/channel/__init__.py&quot;,<br>
line 7, in &lt;module&gt;<br>
2008-12-19 04:18:46-0800 [-] &nbsp; &nbsp; from twisted.web2.channel.cgi import<br>
startCGI<br>
2008-12-19 04:18:46-0800 [-] &nbsp; File<br>
&quot;/usr/local/lib/python2.5/site-packages/twisted/web2/channel/cgi.py&quot;, line<br>
4, in &lt;module&gt;<br>
2008-12-19 04:18:46-0800 [-] &nbsp; &nbsp; from zope.interface import implements<br>
2008-12-19 04:18:46-0800 [-] ImportError: No module named zope.interface<br>
<br>
after i installed zope.interface-3.3.1 this file<br>
zope.interface-0.0.0-py2.5.egg-info was installed in<br>
/usr/local/lib/python2.5/site-packages<br>
<br>
Help needed in resolving this issue. thanks in advance<br>
<br>
--<br>
Thanking You,<br>
Ashwini BR Naidu<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://mail.zope.org/pipermail/interface-dev/attachments/20081223/93fd2f3b/attachment-0001.html" target="_blank">http://mail.zope.org/pipermail/interface-dev/attachments/20081223/93fd2f3b/attachment-0001.html</a><br>

<br>
------------------------------<br>
<br>
_______________________________________________<br>
Interface-dev mailing list<br>
<a href="mailto:Interface-dev@zope.org">Interface-dev@zope.org</a><br>
<a href="http://mail.zope.org/mailman/listinfo/interface-dev" target="_blank">http://mail.zope.org/mailman/listinfo/interface-dev</a><br>
<br>
<br>
End of Interface-dev Digest, Vol 23, Issue 1<br>
********************************************<br>
</blockquote></div><br>