<div>Hi,</div>
<div> </div>
<div>I have installed openxcap however when I try to run it I get the following error. I have installed twisted, twisted-core, twisted-web and twisted-web2 however the error states it can't find web2.</div>
<div> </div>
<div>Can anyone point me in the right direction?</div>
<div> </div>
<div>Thanks,</div>
<div> </div>
<div>Ross</div>
<div> </div>
<div>--------------------------------------------------------------------------------------------------------------------<br>/usr/lib/python2.6/dist-packages/zope/__init__.py:19: UserWarning: Module twisted was already imported from /usr/local/lib/python2.6/dist-packages/Twisted-8.2.0-py2.6-linux-x86_64.egg/twisted/__init__.pyc, but /usr/local/lib/python2.6/dist-packages/Twisted_Core-8.2.0-py2.6-linux-x86_64.egg is being added to sys.path<br>
import pkg_resources<br>/usr/lib/python2.6/dist-packages/zope/__init__.py:19: UserWarning: Module twisted was already imported from /usr/local/lib/python2.6/dist-packages/Twisted-8.2.0-py2.6-linux-x86_64.egg/twisted/__init__.pyc, but /usr/local/lib/python2.6/dist-packages/Twisted_Web-8.2.0-py2.6.egg is being added to sys.path<br>
import pkg_resources<br>/usr/lib/python2.6/dist-packages/zope/__init__.py:19: UserWarning: Module twisted was already imported from /usr/local/lib/python2.6/dist-packages/Twisted-8.2.0-py2.6-linux-x86_64.egg/twisted/__init__.pyc, but /usr/local/lib/python2.6/dist-packages/Twisted_Web2-8.1.0-py2.6.egg is being added to sys.path<br>
import pkg_resources<br>Traceback (most recent call last):<br> File "/usr/local/bin/openxcap", line 46, in <module><br> from xcap.logutil import start_log<br> File "/usr/local/lib/python2.6/dist-packages/xcap/logutil.py", line 4, in <module><br>
from twisted.web2 import responsecode<br>ImportError: No module named web2<br></div>