twonds / punjab

BOSH connection manager
MIT License
183 stars 49 forks source link

punjab is not start #23

Closed ghost closed 11 years ago

ghost commented 11 years ago

i want to configure punjab to ejabbered server.for start punjab server twistd punjab is not working it gives following error C:\Documents and Settings\admin>twistd.py punjab.tac Traceback (most recent call last): File "C:\Python27\Scripts\twistd.py", line 13, in from twisted.scripts.twistd import run File "C:\Python27\lib\site-packages\twisted\scripts\twistd.py", line 11, in <m odule> from twisted.application import app File "C:\Python27\lib\site-packages\twisted\application\app.py", line 8, in <m odule> from twisted.python import runtime, log, usage, failure, util, logfile File "C:\Python27\lib\site-packages\twisted\python\log.py", line 17, in <modul e> from zope.interface import Interface ImportError: No module named zope.interface

twonds commented 11 years ago

You need to install the zope interface module along with twisted.

http://twistedmatrix.com/trac/wiki/FrequentlyAskedQuestions#WhydoesTwisteddependonZope