Ticket #4 (closed Defect: Fixed)
openxcap will not start
| Reported by: | nmattiello | Owned by: | admin |
|---|---|---|---|
| Priority: | Minor | Milestone: | |
| Component: | Interoperability | Version: | |
| Severity: | Critical | Keywords: | |
| Cc: |
Description
i get this trying to start openxcap
Starting Open XCAP 0.9.0 Traceback (most recent call last):
File "./openxcap", line 56, in ?
from xcap.server import XCAPServer
File "/root/openxcap/xcap/server.py", line 16, in ?
from twisted.web2 import channel, resource, http, responsecode, server
File "/usr/lib/python2.4/site-packages/twisted/web2/channel/init.py", line 7, in ?
from twisted.web2.channel.cgi import startCGI
File "/usr/lib/python2.4/site-packages/twisted/web2/channel/cgi.py", line 8, in ?
from twisted.web2 import http, http_headers, server, responsecode
File "/usr/lib/python2.4/site-packages/twisted/web2/http.py", line 27, in ?
from twisted.web2 import iweb
File "/usr/lib/python2.4/site-packages/twisted/web2/iweb.py", line 58, in ?
class IOldNevowResource(components.Interface):
AttributeError: 'module' object has no attribute 'Interface'
i think it has something to do with the versions of zope and twisted. not sure what the right combination is.
