[Interface-dev] Interface-dev Digest, Vol 23, Issue 1

Jayarajan Jn jayarajan at musmo.com
Tue Dec 23 14:08:54 EST 2008


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.

$python

>>>import zope.interface

if it works with out any error message, that means python can access
zope.interface package.

can you detail about the method you have used to install zope.interface ?


On Tue, Dec 23, 2008 at 10:30 PM, <interface-dev-request at zope.org> wrote:

> Send Interface-dev mailing list submissions to
>        interface-dev at zope.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://mail.zope.org/mailman/listinfo/interface-dev
> or, via email, send a message with subject or body 'help' to
>        interface-dev-request at zope.org
>
> You can reach the person managing the list at
>        interface-dev-owner at zope.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Interface-dev digest..."
>
>
> Today's Topics:
>
>   1. Regarding Zope.interface ERROR (ASHWINI NAIDU)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 23 Dec 2008 14:54:14 +0530
> From: "ASHWINI NAIDU" <ashwini.naidu at gmail.com>
> Subject: [Interface-dev] Regarding Zope.interface ERROR
> To: interface-dev at zope.org
> Message-ID:
>        <90df28ed0812230124l7322fedex7ae713e3bf2a67ef at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> hi all,
>   I am using centos5. i am trying to install openxcap on this machine. all
> the other dependencies have been installed. but when i run openxcap i get
> the following error related to zope.interface. the version of
> zope.interface
> needed for openxcap-1.0.6 is zope.interface-3.3.1
>
> Though i have installed zope.interface i get the following error
>
> 2008-12-19 04:18:46-0800 [-] Log opened.
> 2008-12-19 04:18:46-0800 [-] Starting OpenXCAP 1.0.6
> 2008-12-19 04:18:46-0800 [-] Traceback (most recent call last):
> 2008-12-19 04:18:46-0800 [-]   File "/usr/local/bin/openxcap", line 55, in
> <module>
> 2008-12-19 04:18:46-0800 [-]     from xcap.server import XCAPServer
> 2008-12-19 04:18:46-0800 [-]   File
> "/usr/local/lib/python2.5/site-packages/xcap/server.py", line 11, in
> <module>
> 2008-12-19 04:18:46-0800 [-]     from twisted.web2 import channel,
> resource,
> http, responsecode, http_headers, server
> 2008-12-19 04:18:46-0800 [-]   File
> "/usr/local/lib/python2.5/site-packages/twisted/web2/channel/__init__.py",
> line 7, in <module>
> 2008-12-19 04:18:46-0800 [-]     from twisted.web2.channel.cgi import
> startCGI
> 2008-12-19 04:18:46-0800 [-]   File
> "/usr/local/lib/python2.5/site-packages/twisted/web2/channel/cgi.py", line
> 4, in <module>
> 2008-12-19 04:18:46-0800 [-]     from zope.interface import implements
> 2008-12-19 04:18:46-0800 [-] ImportError: No module named zope.interface
>
> after i installed zope.interface-3.3.1 this file
> zope.interface-0.0.0-py2.5.egg-info was installed in
> /usr/local/lib/python2.5/site-packages
>
> Help needed in resolving this issue. thanks in advance
>
> --
> Thanking You,
> Ashwini BR Naidu
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://mail.zope.org/pipermail/interface-dev/attachments/20081223/93fd2f3b/attachment-0001.html
>
> ------------------------------
>
> _______________________________________________
> Interface-dev mailing list
> Interface-dev at zope.org
> http://mail.zope.org/mailman/listinfo/interface-dev
>
>
> End of Interface-dev Digest, Vol 23, Issue 1
> ********************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/interface-dev/attachments/20081224/a05af6f7/attachment.html 


More information about the Interface-dev mailing list